Skip to content

Commit a92baf4

Browse files
renovate[bot]stefanseifert
authored andcommitted
Update actions/checkout action to v6
1 parent 13bc170 commit a92baf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven-deploy.yml

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

1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

2222
- name: Configure GIT
2323
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
body: 'Changes: https://wcm.io/wcm/ui/clientlibs/changes.html'

0 commit comments

Comments
 (0)