We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26237a5 commit 02264c4Copy full SHA for 02264c4
1 file changed
.github/workflows/push-dev.yml
@@ -9,7 +9,7 @@ jobs:
9
name: Install
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
13
- run: npm ci
14
- run: npm run generate
15
- name: Deploy
0 commit comments