Skip to content

Commit 569c3da

Browse files
committed
🩹 fix deprecation warning:
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/setup-node@v2 Using version v2.285.0, latest or master: actions/setup-node/pull/414
1 parent c0c3c5a commit 569c3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/run.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
run:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/setup-node@v1
12+
- uses: actions/setup-node@master
1313
with:
1414
node-version: 12
1515
- run: npx github-stats-box

0 commit comments

Comments
 (0)