Skip to content

Commit 13fc9f1

Browse files
Update actions/checkout action to v6
1 parent 27a48ca commit 13fc9f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 0
3333

@@ -74,7 +74,7 @@ jobs:
7474

7575
steps:
7676
- name: Checkout
77-
uses: actions/checkout@v4
77+
uses: actions/checkout@v6
7878
with:
7979
fetch-depth: 0
8080

0 commit comments

Comments
 (0)