Skip to content

Commit 485750b

Browse files
renovate[bot]laeubi
authored andcommitted
Update actions/checkout action to v6
1 parent bd57511 commit 485750b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
with:
1717
path: code
1818
- name: Checkout pages
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
path: gh-pages
2222
ref: gh-pages

0 commit comments

Comments
 (0)