Skip to content

Commit 50b5e74

Browse files
committed
update GitHub Action »Checkout« to v6
1 parent da4ba39 commit 50b5e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Java ${{ matrix.javaVersion }}-${{ matrix.javaDistribution }}
1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616
- uses: actions/setup-java@v4
1717
with:
1818
distribution: ${{ matrix.javaDistribution }}

0 commit comments

Comments
 (0)