Skip to content

Commit a50fe85

Browse files
Bump actions/github-script from 8 to 9 (#235)
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3e1eba3 commit a50fe85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
issues: write
9292
steps:
9393
- name: Create failure issue
94-
uses: actions/github-script@v8
94+
uses: actions/github-script@v9
9595
with:
9696
script: |
9797
const title = `Version check failed - ${new Date().toISOString().split('T')[0]}`;
@@ -247,7 +247,7 @@ jobs:
247247
steps:
248248
- *generate-token
249249
- name: Create failure issue
250-
uses: actions/github-script@v8
250+
uses: actions/github-script@v9
251251
env:
252252
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
253253
with:

0 commit comments

Comments
 (0)