Skip to content

Commit 51c1ff8

Browse files
authored
[internal] Update GitHub Actions workflow files (#611)
1 parent da6f2a5 commit 51c1ff8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/prerequisites.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
# only saving the cache in the prerequisites job
6969
cache_save: true
7070
- name: Setup Go Cache
71-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
71+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
7272
with:
7373
cache-dependency-path: |
7474
provider/*.sum

.github/workflows/run-acceptance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- lint
107107
runs-on: ubuntu-latest
108108
steps:
109-
- uses: guibranco/github-status-action-v2@0849440ec82c5fa69b2377725b9b7852a3977e76 # v1.1.13
109+
- uses: guibranco/github-status-action-v2@631f55ea0251f0fb284525ad86c30e9f7a8dd284 # v1.1.14
110110
with:
111111
authToken: ${{ secrets.GITHUB_TOKEN }}
112112
# Write an explicit status check called "Sentinel" which will only pass if this code really runs.

.github/workflows/verify-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
node-version: 20.x
109109
registry-url: https://registry.npmjs.org
110110
- name: Install Go
111-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
111+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
112112
with:
113113
go-version: "1.21.x"
114114
cache-dependency-path: |

0 commit comments

Comments
 (0)