We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d6e57 commit 457a760Copy full SHA for 457a760
.github/workflows/CI.yml
@@ -22,7 +22,7 @@ jobs:
22
atom_channel: [stable, beta]
23
steps:
24
- uses: actions/checkout@v4
25
- - uses: UziTech/action-setup-atom@v1
+ - uses: UziTech/action-setup-atom@v3
26
with:
27
channel: ${{ matrix.atom_channel }}
28
- name: Versions
@@ -59,7 +59,7 @@ jobs:
59
runs-on: ubuntu-latest
60
61
62
63
- uses: actions/setup-node@v3
64
65
node-version: "14.x"
0 commit comments