We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef4fba commit 0e997e9Copy full SHA for 0e997e9
.github/workflows/CI.yml
@@ -15,7 +15,7 @@ jobs:
15
# - macos-latest
16
# - windows-latest
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
with:
20
fetch-depth: 0
21
@@ -49,7 +49,7 @@ jobs:
49
github.event.repository.fork == false
50
runs-on: ubuntu-latest
51
52
53
- uses: UziTech/action-setup-atom@v1
54
- uses: actions/setup-node@v3
55
0 commit comments