We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab0c7e1 + 2ac8e95 commit fba54e2Copy full SHA for fba54e2
1 file changed
.github/workflows/CI.yml
@@ -16,7 +16,7 @@ jobs:
16
# - windows-latest
17
atom_channel: [stable, beta]
18
steps:
19
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
20
21
- uses: actions/setup-node@v2
22
with:
@@ -39,7 +39,7 @@ jobs:
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
42
43
44
fetch-depth: 0
45
- name: Commit lint ✨
@@ -60,7 +60,7 @@ jobs:
60
github.event.repository.fork == false
61
runs-on: ubuntu-latest
62
63
64
- uses: UziTech/action-setup-atom@v1
65
66
0 commit comments