Skip to content

Commit 7aa4c48

Browse files
committed
Managed by Terraform: Update notify-integration-release-via-tag github workflow
1 parent 6725d1c commit 7aa4c48

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/notify-integration-release-via-tag.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ jobs:
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."
@@ -27,7 +27,7 @@ jobs:
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

0 commit comments

Comments
 (0)