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 346874d commit bb28fd6Copy full SHA for bb28fd6
.github/workflows/CI.yml
@@ -16,7 +16,7 @@ jobs:
16
env:
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
20
with:
21
fetch-depth: 0
22
@@ -47,7 +47,7 @@ jobs:
47
github.event.repository.fork == false
48
runs-on: ubuntu-latest
49
50
51
- uses: actions/setup-node@v4
52
53
node-version: 20
0 commit comments