Skip to content

Commit 2d116e0

Browse files
fix: bump actions/github-script from 8 to 9 (#149)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d4a5109 commit 2d116e0

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@v8
65+
- uses: actions/github-script@v9
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@v8
163+
- uses: actions/github-script@v9
164164
with:
165165
github-token: ${{secrets.GITHUB_TOKEN}}
166166
script: |

0 commit comments

Comments
 (0)