We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e8749 commit 92e5845Copy full SHA for 92e5845
1 file changed
.github/workflows/check-for-update.yml
@@ -13,6 +13,8 @@ jobs:
13
action:
14
runs-on: ubuntu-latest
15
steps:
16
+ - uses: actions/checkout@v4
17
+
18
- run: |
19
./update.js --no-commit
20
VERSION=`node --eval 'console.log(require("./package.json").version)'`
0 commit comments