Skip to content

Commit 01f9129

Browse files
authored
Merge pull request #82 from Julia-Tempering/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 3e33eb0 + 4b3b4c6 commit 01f9129

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
@@ -34,7 +34,7 @@ jobs:
3434
if: ${{ startsWith(matrix.os, 'windows') }}
3535
run: |
3636
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838
- uses: actions/setup-java@v4
3939
with:
4040
distribution: 'temurin'
@@ -58,7 +58,7 @@ jobs:
5858
permissions:
5959
contents: write
6060
steps:
61-
- uses: actions/checkout@v4
61+
- uses: actions/checkout@v5
6262
- uses: actions/setup-java@v4
6363
with:
6464
distribution: 'temurin'

0 commit comments

Comments
 (0)