Skip to content

Commit 7acf75e

Browse files
renovate[bot]stefanseifert
authored andcommitted
Update actions/checkout action to v6
1 parent 86728db commit 7acf75e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919

2020
- name: Configure GIT
2121
run: |

.github/workflows/release-from-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
contents: write
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- uses: ncipollo/release-action@v1
1717
with:
1818
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)