File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed
Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -46,18 +46,13 @@ version = "1.22.22"
4646backend = "npm:yarn"
4747
4848[[tools.pulumi]]
49- version = "3.175 .0"
49+ version = "3.190 .0"
5050backend = "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]]
6358version = "3.11.8"
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments