Skip to content

Commit b7bdb72

Browse files
authored
Merge pull request #127 from MIA-Development-Team/dependabot/github_actions/actions/github-script-9
ci(deps): bump actions/github-script from 8 to 9
2 parents d67c809 + c9396b9 commit b7bdb72

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gametestresults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run-id: ${{ github.event.workflow_run.id }}
3535

3636
- name: Comment PR with test results
37-
uses: actions/github-script@v8
37+
uses: actions/github-script@v9
3838
with:
3939
github-token: ${{ secrets.GITHUB_TOKEN }}
4040
script: |

.github/workflows/localization.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: '20.x'
1717
- run: npm i --omit=dev
1818
working-directory: .github/scripts
19-
- uses: actions/github-script@v8
19+
- uses: actions/github-script@v9
2020
with:
2121
script: |
2222
const script = require('./.github/scripts/localization.js')

0 commit comments

Comments
 (0)