Skip to content

Commit 1e7049b

Browse files
Update GitHub Actions workflows. (#1636)
This PR was triggered by @t0yv0 generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit [691198e3865029b75eb6f6c86b89f9f05fbc083a](pulumi/ci-mgmt@691198e). ## 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 60bf03b commit 1e7049b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Upload Provider Binaries
114114
run: aws s3 cp dist s3://get.pulumi.com/releases/plugins/ --recursive
115115
- name: Create GH Release
116-
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3
116+
uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3
117117
if: inputs.isPrerelease == false
118118
with:
119119
tag_name: v${{ inputs.version }}
@@ -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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
168+
uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6
169169
with:
170170
# we don't set node-version because we install with mise.
171171
# this step is needed to setup npm auth

0 commit comments

Comments
 (0)