Skip to content

Commit 6800a74

Browse files
authored
Update GitHub Actions workflows. (#5885)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 45de636c4cb364e6fc2ab50006d5358239005657.
1 parent 16bfec9 commit 6800a74

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.config/mise.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,21 @@ backend = "github:pulumi/pulumictl"
88

99
[tools."github:pulumi/pulumictl".platforms.linux-x64]
1010
checksum = "blake3:c128dd74993f779c613296fe7cd21c20cbd323f24e59cb76e007620660b60348"
11+
name = "pulumictl-v0.0.50-linux-amd64.tar.gz"
1112
size = 27744219
1213
url = "https://github.com/pulumi/pulumictl/releases/download/v0.0.50/pulumictl-v0.0.50-linux-amd64.tar.gz"
14+
url_api = ""
1315

1416
[[tools."github:pulumi/schema-tools"]]
1517
version = "0.6.0"
1618
backend = "github:pulumi/schema-tools"
1719

1820
[tools."github:pulumi/schema-tools".platforms.linux-x64]
1921
checksum = "blake3:82dfe616fee18b4258f6e3d2dc3c4e9f14afd43a0a4cc33eff2d2a04088d6ca3"
22+
name = "schema-tools-v0.6.0-linux-amd64.tar.gz"
2023
size = 14282746
2124
url = "https://github.com/pulumi/schema-tools/releases/download/v0.6.0/schema-tools-v0.6.0-linux-amd64.tar.gz"
25+
url_api = ""
2226

2327
[[tools.go]]
2428
version = "1.24.6"

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- name: Upload Provider Binaries
106106
run: aws s3 cp dist s3://get.pulumi.com/releases/plugins/ --recursive
107107
- name: Create GH Release
108-
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2
108+
uses: softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5 # v2
109109
if: inputs.isPrerelease == false
110110
with:
111111
tag_name: v${{ inputs.version }}
@@ -229,7 +229,7 @@ jobs:
229229
name: Fetch secrets from ESC
230230
uses: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b
231231
- name: Dispatch Metadata build
232-
uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3
232+
uses: peter-evans/repository-dispatch@5fc4efd1a4797ddb68ffd0714a238564e4cc0e6f # v4
233233
with:
234234
token: ${{ steps.esc-secrets.outputs.PULUMI_BOT_TOKEN }}
235235
repository: pulumi/registry

.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
distribution: temurin
8282
java-version: 11
8383
- name: Setup Gradle
84-
uses: gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3
84+
uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
8585
with:
8686
gradle-version: 7.6
8787
- name: Setup DotNet

0 commit comments

Comments
 (0)