mirror of
https://github.com/1dot13/source.git
synced 2026-08-26 14:30:26 +02:00
fix warning about deprecated node version
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
committed by
majcosta
co-authored by
Claude Opus 5
parent
c2cf6331c5
commit
dbc4772da1
+1
-1
@@ -14,7 +14,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.repository_owner == '1dot13'
|
if: github.repository_owner == '1dot13'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/github-script@v6
|
- uses: actions/github-script@v8
|
||||||
with:
|
with:
|
||||||
# add a valid token as secret to 1dot13 organisation
|
# add a valid token as secret to 1dot13 organisation
|
||||||
github-token: ${{ secrets.DISPATCH_1DOT13_SOURCE }}
|
github-token: ${{ secrets.DISPATCH_1DOT13_SOURCE }}
|
||||||
|
|||||||
Reference in New Issue
Block a user