Skip to content

Commit 1633495

Browse files
chore(deps): update actions/checkout action to v7
1 parent 5380c91 commit 1633495

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
steps:
47-
- uses: actions/checkout@v3
47+
- uses: actions/checkout@v7
4848
with:
4949
fetch-depth: 0
5050
- name: Commit lint ✨
@@ -65,7 +65,7 @@ jobs:
6565
github.event.repository.fork == false
6666
runs-on: ubuntu-latest
6767
steps:
68-
- uses: actions/checkout@v3
68+
- uses: actions/checkout@v7
6969
- uses: UziTech/action-setup-atom@v1
7070
- uses: actions/setup-node@v3
7171
with:

0 commit comments

Comments
 (0)