Skip to content

Commit 21c4d16

Browse files
authored
Merge pull request #40 from atom-community/renovate/actions-checkout-3.x
2 parents 973e92a + 4fc317e commit 21c4d16

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
@@ -21,7 +21,7 @@ jobs:
2121
# - windows-latest
2222
atom_channel: [stable, beta]
2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
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@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: UziTech/action-setup-atom@v1
6363
- uses: actions/setup-node@v3
6464
with:

0 commit comments

Comments
 (0)