fix warning about deprecated node version

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
majcosta
2026-07-28 10:55:18 -03:00
committed by majcosta
co-authored by Claude Opus 5
parent c2cf6331c5
commit dbc4772da1
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository_owner == '1dot13'
steps:
- uses: actions/github-script@v6
- uses: actions/github-script@v8
with:
# add a valid token as secret to 1dot13 organisation
github-token: ${{ secrets.DISPATCH_1DOT13_SOURCE }}