We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21b260f + bb28b9f commit 22be9b3Copy full SHA for 22be9b3
1 file changed
.github/workflows/CI.yml
@@ -17,7 +17,7 @@ jobs:
17
# - windows-latest
18
atom_channel: [stable, beta]
19
steps:
20
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
21
- uses: UziTech/action-setup-atom@v1
22
with:
23
channel: ${{ matrix.atom_channel }}
@@ -34,7 +34,7 @@ jobs:
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
37
38
39
fetch-depth: 0
40
- name: Commit lint ✨
@@ -55,7 +55,7 @@ jobs:
55
github.event.repository.fork == false
56
runs-on: ubuntu-latest
57
58
59
60
- uses: actions/setup-node@v3
61
0 commit comments