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.
2 parents 93334da + 41c4780 commit 6da9a65Copy full SHA for 6da9a65
.github/workflows/CI.yml
@@ -21,7 +21,7 @@ jobs:
21
# - windows-latest
22
atom_channel: [stable, beta]
23
steps:
24
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
25
- uses: UziTech/action-setup-atom@v1
26
with:
27
channel: ${{ matrix.atom_channel }}
@@ -37,7 +37,7 @@ jobs:
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
40
41
42
fetch-depth: 0
43
- name: Commit lint ✨
@@ -58,7 +58,7 @@ jobs:
58
github.event.repository.fork == false
59
runs-on: ubuntu-latest
60
61
62
63
- uses: actions/setup-node@v3
64
0 commit comments