Skip to content

Commit 14d6e57

Browse files
authored
Merge pull request #127 from atom-community/renovate/actions-checkout-4.x
2 parents 7bb68b5 + 2673c4e commit 14d6e57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# - windows-latest
2222
atom_channel: [stable, beta]
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- uses: UziTech/action-setup-atom@v1
2626
with:
2727
channel: ${{ matrix.atom_channel }}
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
steps:
40-
- uses: actions/checkout@v3
40+
- uses: actions/checkout@v4
4141
with:
4242
fetch-depth: 0
4343
- name: Commit lint ✨
@@ -58,7 +58,7 @@ jobs:
5858
github.event.repository.fork == false
5959
runs-on: ubuntu-latest
6060
steps:
61-
- uses: actions/checkout@v3
61+
- uses: actions/checkout@v4
6262
- uses: UziTech/action-setup-atom@v1
6363
- uses: actions/setup-node@v3
6464
with:

0 commit comments

Comments
 (0)