Skip to content

Commit 3708128

Browse files
chore(deps): update actions/checkout action to v5
1 parent 14d6e57 commit 3708128

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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@v4
24+
- uses: actions/checkout@v5
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@v4
40+
- uses: actions/checkout@v5
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@v4
61+
- uses: actions/checkout@v5
6262
- uses: UziTech/action-setup-atom@v1
6363
- uses: actions/setup-node@v3
6464
with:

0 commit comments

Comments
 (0)