We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b8158 commit 3536bc8Copy full SHA for 3536bc8
.github/workflows/CI.yml
@@ -21,7 +21,7 @@ jobs:
21
# - windows-latest
22
atom_channel: [stable, beta]
23
steps:
24
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
25
- uses: UziTech/action-setup-atom@v1
26
with:
27
channel: ${{ matrix.atom_channel }}
@@ -40,7 +40,7 @@ jobs:
40
env:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
43
44
45
fetch-depth: 0
46
- name: Commit lint ✨
@@ -61,7 +61,7 @@ jobs:
61
github.event.repository.fork == false
62
runs-on: ubuntu-latest
63
64
65
66
- uses: actions/setup-node@v3
67
0 commit comments