Skip to content

Commit d09e3a8

Browse files
fix: 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 b918e04 commit d09e3a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
echo "Error: Let's Encrypt CA is not being used for verification."
6363
exit 1
6464
fi
65-
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
65+
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
6666
if: steps.release-please.outputs.pr
6767
with:
6868
github-token: ${{secrets.GITHUB_TOKEN}}
@@ -160,7 +160,7 @@ jobs:
160160
if: success() && needs.release.outputs.release_pr #Ensure the test jobs succeeded, and that a release PR was created.
161161
runs-on: ubuntu-latest
162162
steps:
163-
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
163+
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
164164
with:
165165
github-token: ${{secrets.GITHUB_TOKEN}}
166166
script: |

0 commit comments

Comments
 (0)