Skip to content

Commit ef841e1

Browse files
authored
Merge pull request #17 from atom-community/renovate/actions-checkout-3.x
2 parents 68aab50 + 128731c commit ef841e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- windows-latest
2020
atom_channel: [stable, beta]
2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v3
2323
- uses: atom-community/action-setup-atom@v1
2424
with:
2525
channel: ${{ matrix.atom_channel }}
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
steps:
40-
- uses: actions/checkout@v2
40+
- uses: actions/checkout@v3
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@v2
61+
- uses: actions/checkout@v3
6262
- uses: atom-community/action-setup-atom@v1
6363
- uses: actions/setup-node@v3
6464
with:

0 commit comments

Comments
 (0)