Skip to content

Commit d42fdcb

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 569c3da commit d42fdcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/run.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
GH_TOKEN: ${{ secrets.GH_TOKEN }} # Do not edit, defined in secrets
1818

1919
# Edit the following environment variables
20-
GIST_ID: d6d145b057ccda9abd1e36a581f2c096 # The ID portion from your gist url
20+
GIST_ID: 1cc900d92b9acc15786d7553b46a2cdf # The ID portion from your gist url
2121
ALL_COMMITS: true # If `true` it will count all commits, if `false` it will count your last year commits
2222
K_FORMAT: true # If `true`, large numbers will be formatted with a "k", for example "1.5k"

0 commit comments

Comments
 (0)