Skip to content

Commit 74af406

Browse files
Update actions/checkout action to v6
1 parent 30eeb90 commit 74af406

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
@@ -22,7 +22,7 @@ jobs:
2222
- name: Ensure line endings are consistent
2323
run: git config --global core.autocrlf input
2424
- name: Checkout repository
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626
- name: Load dependency cache
2727
uses: actions/cache@v4
2828
with:
@@ -56,7 +56,7 @@ jobs:
5656
- name: Ensure line endings are consistent
5757
run: git config --global core.autocrlf input
5858
- name: Checkout repository
59-
uses: actions/checkout@v5
59+
uses: actions/checkout@v6
6060
- name: Load dependency cache
6161
uses: actions/cache@v4
6262
with:

0 commit comments

Comments
 (0)