File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout this repo
12- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
12+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
1313 with :
1414 ref : ${{ github.ref }}
1515 # Ensure that Docs are Compiled
16- - uses : actions/setup-go@v4
16+ - uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
1717 - shell : bash
1818 run : make build-docs
1919 - shell : bash
2020 run : |
21- if [[ -z "$(git status -s)" ]]; then
21+ if [[ -z "$$ (git status -s)" ]]; then
2222 echo "OK"
2323 else
2424 echo "Docs have been updated, but the compiled docs have not been committed."
2727 fi
2828 # Perform the Release
2929 - name : Checkout integration-release-action
30- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
30+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
3131 with :
3232 repository : hashicorp/integration-release-action
3333 path : ./integration-release-action
You can’t perform that action at this time.
0 commit comments