Skip to content

Commit fda16a9

Browse files
authored
Update GitHub Actions workflows. (#885)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 962009a157587c5c11d686e51206a2d312bc4618.
1 parent fff496a commit fda16a9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/build_sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
cache_save: false
6666
- name: Setup Go Cache
6767
if: matrix.language == 'go' || contains(matrix.language, 'go')
68-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
68+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
6969
with:
7070
cache-dependency-path: |
7171
provider/*.sum

.github/workflows/main-post-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# only saving the cache in the prerequisites job
5959
cache_save: false
6060
- name: Setup Go Cache
61-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
61+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
6262
with:
6363
cache-dependency-path: |
6464
provider/*.sum

.github/workflows/prerequisites.yml

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

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

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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Download bin
6767
uses: ./.github/actions/download-provider
6868
- name: Setup Go Cache
69-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
69+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
7070
if: matrix.language == 'go' || contains(matrix.language, 'go')
7171
with:
7272
cache-dependency-path: |

.github/workflows/verify-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
node-version: 20.x
9393
registry-url: https://registry.npmjs.org
9494
- name: Install Go
95-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
95+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
9696
with:
9797
go-version: "1.21.x"
9898
cache-dependency-path: |

0 commit comments

Comments
 (0)