Skip to content

Commit 0d9f604

Browse files
Update GitHub Actions workflows. (#1644)
This PR was triggered by @t0yv0 generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit [c07de48a7d31d9a6f2f222271df349ce28f92f16](pulumi/ci-mgmt@c07de48). ## Rebasing this PR If this PR falls behind `master` on pulumi-cloudflare and needs to be regenerated against the latest tip, dispatch [`update-workflows-single-bridged-provider`](https://github.com/pulumi/ci-mgmt/actions/workflows/update-workflows-single-bridged-provider.yml): ```sh gh workflow run update-workflows-single-bridged-provider.yml \ --repo pulumi/ci-mgmt \ -f provider_name=cloudflare \ -f automerge=false ``` That re-runs this same workflow against current ci-mgmt `master`, closes this stale PR (via the "obsolete PR" cleanup step above), and opens a fresh one rebased on the provider's current `master`. Co-authored-by: Pulumi Bot <bot@pulumi.com>
1 parent a079833 commit 0d9f604

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build_sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
cache_save: false
8080
- name: Setup Go Cache
8181
if: matrix.language == 'go' || contains(matrix.language, 'go')
82-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
82+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
8383
with:
8484
cache-dependency-path: |
8585
provider/*.sum

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# only saving the cache in the prerequisites job
6666
cache_save: false
6767
- name: Setup Go Cache
68-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
68+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
6969
with:
7070
cache-dependency-path: |
7171
provider/*.sum

.github/workflows/prerequisites.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
key: ${{ runner.os }}-go-prerequisites-${{ hashFiles('provider/*.sum', 'upstream/*.sum', 'sdk/go/*.sum', 'sdk/*.sum', '*.sum') }}
9898
- name: Setup Go Cache
9999
if: inputs.acceptance_fanout == false
100-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
100+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
101101
with:
102102
cache-dependency-path: |
103103
provider/*.sum

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
# only saving the cache in the prerequisites job
166166
cache_save: false
167167
- name: Setup Node
168-
uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6
168+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
169169
with:
170170
# we don't set node-version because we install with mise.
171171
# this step is needed to setup npm auth

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Download bin
8181
uses: ./.github/actions/download-provider
8282
- name: Setup Go Cache
83-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
83+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
8484
if: matrix.language == 'go' || contains(matrix.language, 'go')
8585
with:
8686
cache-dependency-path: |

.github/workflows/verify-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
github_token: ${{ secrets.GITHUB_TOKEN }}
8282
cache_save: false
8383
- name: Setup Go Cache
84-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
84+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
8585
with:
8686
cache-dependency-path: |
8787
provider/*.sum

0 commit comments

Comments
 (0)