Skip to content

Commit b244516

Browse files
chore(deps): update actions/checkout action to v3 (#280)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 36b1622 commit b244516

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: UziTech/action-setup-atom@v1
2424
with:
2525
channel: ${{ matrix.atom_channel }}
@@ -42,7 +42,7 @@ jobs:
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
steps:
45-
- uses: actions/checkout@v2
45+
- uses: actions/checkout@v3
4646
with:
4747
fetch-depth: 0
4848
- name: Commit lint ✨
@@ -64,7 +64,7 @@ jobs:
6464
!contains(github.event.head_commit.message, '[skip release]')
6565
runs-on: ubuntu-latest
6666
steps:
67-
- uses: actions/checkout@v2
67+
- uses: actions/checkout@v3
6868
- uses: UziTech/action-setup-atom@v1
6969
- uses: actions/setup-node@v3
7070
with:

0 commit comments

Comments
 (0)