Skip to content

Commit 92e5845

Browse files
committed
Checkout on action
1 parent 87e8749 commit 92e5845

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/check-for-update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
action:
1414
runs-on: ubuntu-latest
1515
steps:
16+
- uses: actions/checkout@v4
17+
1618
- run: |
1719
./update.js --no-commit
1820
VERSION=`node --eval 'console.log(require("./package.json").version)'`

0 commit comments

Comments
 (0)