Skip to content

Commit fba54e2

Browse files
authored
Merge pull request #62 from atom-community/renovate/actions-checkout-3.x [skip ci]
2 parents ab0c7e1 + 2ac8e95 commit fba54e2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# - windows-latest
1717
atom_channel: [stable, beta]
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020

2121
- uses: actions/setup-node@v2
2222
with:
@@ -39,7 +39,7 @@ jobs:
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
steps:
42-
- uses: actions/checkout@v2
42+
- uses: actions/checkout@v3
4343
with:
4444
fetch-depth: 0
4545
- name: Commit lint ✨
@@ -60,7 +60,7 @@ jobs:
6060
github.event.repository.fork == false
6161
runs-on: ubuntu-latest
6262
steps:
63-
- uses: actions/checkout@v2
63+
- uses: actions/checkout@v3
6464
- uses: UziTech/action-setup-atom@v1
6565
- uses: actions/setup-node@v2
6666
with:

0 commit comments

Comments
 (0)