Skip to content

Commit cbcaca2

Browse files
authored
Merge pull request #31 from atom-community/renovate/actions-checkout-3.x
2 parents 423a4fe + 46562aa commit cbcaca2

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
@@ -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 }}
@@ -40,7 +40,7 @@ jobs:
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242
steps:
43-
- uses: actions/checkout@v2
43+
- uses: actions/checkout@v3
4444
with:
4545
fetch-depth: 0
4646
- name: Commit lint ✨
@@ -61,7 +61,7 @@ jobs:
6161
github.event.repository.fork == false
6262
runs-on: ubuntu-latest
6363
steps:
64-
- uses: actions/checkout@v2
64+
- uses: actions/checkout@v3
6565
- uses: UziTech/action-setup-atom@v1
6666
- uses: actions/setup-node@v1
6767
with:

0 commit comments

Comments
 (0)