Skip to content

Commit 87e6041

Browse files
ringodspulumi-bot
andauthored
Regenerate workflows for pulumi-scaleway (#452)
Co-authored-by: pulumi-bot <bot@pulumi.com>
1 parent f496ef0 commit 87e6041

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

.config/mise.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,13 @@ version = "1.22.22"
4646
backend = "npm:yarn"
4747

4848
[[tools.pulumi]]
49-
version = "3.175.0"
49+
version = "3.190.0"
5050
backend = "aqua:pulumi/pulumi"
5151

5252
[tools.pulumi.platforms.linux-x64]
53-
checksum = "sha512:72bd9e201c81554ebf1edc72dc216a912d2c762d474a4c5d7ac0cbf896b7671bb065d7a8202006ef1bddd2f8b9c30cc541d8e3ca5c5d15d636bbabcd2c858664"
54-
size = 91289993
55-
url = "https://github.com/pulumi/pulumi/releases/download/v3.175.0/pulumi-v3.175.0-linux-x64.tar.gz"
56-
57-
[tools.pulumi.platforms.macos-arm64]
58-
checksum = "sha512:46046adba20be73943a890be50167db0fed4f3fca6b27b995ed709cea8be46d95b53f0503801dea8aa342a5cde448706416b53353d22401f1d49a360e8c910df"
59-
size = 83949838
60-
url = "https://github.com/pulumi/pulumi/releases/download/v3.175.0/pulumi-v3.175.0-darwin-arm64.tar.gz"
53+
checksum = "sha512:1847aaa3c3c0202cff9cbd3f547c5965abb2b2f83199b47c36c23121d7c860662b6d817226709fc3eadd24551a30ab656699d2eb992d2085bb90db6c195c2379"
54+
size = 92837374
55+
url = "https://github.com/pulumi/pulumi/releases/download/v3.190.0/pulumi-v3.190.0-linux-x64.tar.gz"
6156

6257
[[tools.python]]
6358
version = "3.11.8"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
echo 'EOF'
9393
} >> "$GITHUB_OUTPUT"
9494
- name: Create GH Release
95-
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2
95+
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2
9696
if: inputs.isPrerelease == false
9797
with:
9898
tag_name: v${{ inputs.version }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
name: Create URL to the run output
8484
run: echo "run-url=https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" >> "$GITHUB_OUTPUT"
8585
- name: Update with Result
86-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
86+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
8787
with:
8888
body: "Please view the PR build: ${{ steps.run-url.outputs.run-url }}"
8989
issue-number: ${{ github.event.client_payload.github.payload.issue.number }}

0 commit comments

Comments
 (0)