There was an error while loading. Please reload this page.
2 parents d67c809 + c9396b9 commit b7bdb72Copy full SHA for b7bdb72
2 files changed
.github/workflows/gametestresults.yml
@@ -34,7 +34,7 @@ jobs:
34
run-id: ${{ github.event.workflow_run.id }}
35
36
- name: Comment PR with test results
37
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
38
with:
39
github-token: ${{ secrets.GITHUB_TOKEN }}
40
script: |
.github/workflows/localization.yml
@@ -16,7 +16,7 @@ jobs:
16
node-version: '20.x'
17
- run: npm i --omit=dev
18
working-directory: .github/scripts
19
- - uses: actions/github-script@v8
+ - uses: actions/github-script@v9
20
21
22
const script = require('./.github/scripts/localization.js')
0 commit comments