Skip to content

Commit 37ee03b

Browse files
authored
Merge pull request #816 from cqse/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents 8a26b2c + 68a4892 commit 37ee03b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Build on Linux & Deploy
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- uses: actions/setup-java@v5
1717
with:
1818
distribution: 'temurin'
@@ -64,7 +64,7 @@ jobs:
6464
name: Test on Windows
6565
runs-on: windows-latest
6666
steps:
67-
- uses: actions/checkout@v5
67+
- uses: actions/checkout@v6
6868
- uses: actions/setup-java@v5
6969
with:
7070
distribution: 'temurin'

0 commit comments

Comments
 (0)