Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 6e61b7e

Browse files
authored
chore(ci): fix downloading Atom for tests (#22)
1 parent 41249f5 commit 6e61b7e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
atom_channel: stable
2020
node_version: '*'
2121
steps:
22-
- uses: actions/checkout@v2
23-
- uses: UziTech/action-setup-atom@v2
22+
- uses: actions/checkout@v3
23+
- uses: UziTech/action-setup-atom@v3
2424
with:
2525
version: ${{ matrix.atom_channel }}
2626
- uses: actions/setup-node@v3
@@ -79,7 +79,7 @@ jobs:
7979
Lint:
8080
runs-on: ubuntu-latest
8181
steps:
82-
- uses: actions/checkout@v2
82+
- uses: actions/checkout@v3
8383
with:
8484
fetch-depth: 0
8585

@@ -92,7 +92,7 @@ jobs:
9292
CommitLint:
9393
runs-on: ubuntu-latest
9494
steps:
95-
- uses: actions/checkout@v2
95+
- uses: actions/checkout@v3
9696
with:
9797
fetch-depth: 0
9898
- name: Commit lint ✨
@@ -104,8 +104,8 @@ jobs:
104104
github.event.repository.fork == false
105105
runs-on: ubuntu-latest
106106
steps:
107-
- uses: actions/checkout@v2
108-
- uses: UziTech/action-setup-atom@v2
107+
- uses: actions/checkout@v3
108+
- uses: UziTech/action-setup-atom@v3
109109
- uses: actions/setup-node@v3
110110
with:
111111
node-version: "lts/*"

0 commit comments

Comments
 (0)