File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 -
4646 name : Matrix
4747 id : matrix
48- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
48+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
4949 env :
5050 INPUT_NAME : ${{ inputs.name }}
5151 INPUT_RELEASE : ${{ inputs.release }}
@@ -331,7 +331,7 @@ jobs:
331331 EOF
332332 -
333333 name : Set outputs
334- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
334+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
335335 id : release-metadata
336336 with :
337337 script : |
Original file line number Diff line number Diff line change 2020 -
2121 name : Set pkgs output
2222 id : set
23- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
23+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
2424 with :
2525 script : |
2626 const fs = require('fs');
Original file line number Diff line number Diff line change 3030 -
3131 name : Get GO_VERSION from upstream repositories
3232 id : get-go-versions
33- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
33+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
3434 env :
3535 INPUT_PKGS : ${{ needs.pkgs.outputs.list }}
3636 with :
8080 core.setOutput('list', JSON.stringify(goVersions));
8181 -
8282 name : Set GO_VERSION in docker-bake.hcl and Dockerfiles
83- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
83+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
8484 env :
8585 INPUT_GO_VERSIONS : ${{ steps.get-go-versions.outputs.list }}
8686 with :
You can’t perform that action at this time.
0 commit comments