Skip to content

Commit be20801

Browse files
build(deps): bump actions/github-script from 8.0.0 to 9.0.0
Bumps [actions/github-script](https://github.com/actions/github-script) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@ed59741...3a2844b) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d21bba2 commit be20801

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/.build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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: |

.github/workflows/.pkgs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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');

.github/workflows/update-go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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:
@@ -80,7 +80,7 @@ jobs:
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:

0 commit comments

Comments
 (0)