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.
1 parent 36b1622 commit b244516Copy full SHA for b244516
.github/workflows/CI.yml
@@ -19,7 +19,7 @@ jobs:
19
- windows-latest
20
atom_channel: [stable, beta]
21
steps:
22
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
23
- uses: UziTech/action-setup-atom@v1
24
with:
25
channel: ${{ matrix.atom_channel }}
@@ -42,7 +42,7 @@ jobs:
42
env:
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
45
46
47
fetch-depth: 0
48
- name: Commit lint ✨
@@ -64,7 +64,7 @@ jobs:
64
!contains(github.event.head_commit.message, '[skip release]')
65
runs-on: ubuntu-latest
66
67
68
69
- uses: actions/setup-node@v3
70
0 commit comments