We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c286363 commit 69c7853Copy full SHA for 69c7853
.github/workflows/CI.yml
@@ -14,7 +14,7 @@ jobs:
14
env:
15
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16
steps:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
with:
19
fetch-depth: 0
20
@@ -40,7 +40,7 @@ jobs:
40
github.event.repository.fork == false
41
runs-on: ubuntu-latest
42
43
44
- uses: actions/setup-node@v3
45
46
node-version: "16.x"
0 commit comments