Skip to content

Commit 457a760

Browse files
chore(deps): update uzitech/action-setup-atom action to v3
1 parent 14d6e57 commit 457a760

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
atom_channel: [stable, beta]
2323
steps:
2424
- uses: actions/checkout@v4
25-
- uses: UziTech/action-setup-atom@v1
25+
- uses: UziTech/action-setup-atom@v3
2626
with:
2727
channel: ${{ matrix.atom_channel }}
2828
- name: Versions
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
steps:
6161
- uses: actions/checkout@v4
62-
- uses: UziTech/action-setup-atom@v1
62+
- uses: UziTech/action-setup-atom@v3
6363
- uses: actions/setup-node@v3
6464
with:
6565
node-version: "14.x"

0 commit comments

Comments
 (0)