Skip to content

Commit 21b1135

Browse files
ci: 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@v8.0.0...v9.0.0) --- 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 77af9bc commit 21b1135

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bounty.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: startsWith(github.event.label.name, 'diff:')
1515
steps:
1616
- name: Comment bounty info
17-
uses: actions/github-script@v8.0.0
17+
uses: actions/github-script@v9.0.0
1818
env:
1919
FORUM_URL: "https://hub.jmonkeyengine.org/t/bounty-program-trial-starts-today/49394/"
2020
RESERVE_HOURS: "48"

.github/workflows/screenshot-test-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
allowed-conclusions: success,skipped,failure
3434
- name: Check Screenshot Tests status
3535
id: check-status
36-
uses: actions/github-script@v8.0.0
36+
uses: actions/github-script@v9.0.0
3737
with:
3838
github-token: ${{ secrets.GITHUB_TOKEN }}
3939
script: |

0 commit comments

Comments
 (0)