Skip to content

Commit bb28b9f

Browse files
committed
chore(deps): update actions/checkout action to v3
1 parent f7fb5a9 commit bb28b9f

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
@@ -17,7 +17,7 @@ jobs:
1717
# - windows-latest
1818
atom_channel: [stable, beta]
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
- uses: UziTech/action-setup-atom@v1
2222
with:
2323
channel: ${{ matrix.atom_channel }}
@@ -34,7 +34,7 @@ jobs:
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
steps:
37-
- uses: actions/checkout@v2
37+
- uses: actions/checkout@v3
3838
with:
3939
fetch-depth: 0
4040
- name: Commit lint ✨
@@ -55,7 +55,7 @@ jobs:
5555
github.event.repository.fork == false
5656
runs-on: ubuntu-latest
5757
steps:
58-
- uses: actions/checkout@v2
58+
- uses: actions/checkout@v3
5959
- uses: UziTech/action-setup-atom@v1
6060
- uses: actions/setup-node@v2
6161

0 commit comments

Comments
 (0)