Skip to content

Commit a0f4178

Browse files
Update actions/checkout action to v5
1 parent 809ce90 commit a0f4178

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
@@ -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@v4
25+
uses: actions/checkout@v5
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@v4
59+
uses: actions/checkout@v5
6060
- name: Load dependency cache
6161
uses: actions/cache@v4
6262
with:

0 commit comments

Comments
 (0)