We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13bc170 commit a92baf4Copy full SHA for a92baf4
.github/workflows/maven-deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Checkout code
20
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
21
22
- name: Configure GIT
23
run: |
.github/workflows/release-from-tag.yml
@@ -12,7 +12,7 @@ jobs:
12
permissions:
13
contents: write
14
15
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
16
- uses: ncipollo/release-action@v1
with:
body: 'Changes: https://wcm.io/wcm/ui/clientlibs/changes.html'
0 commit comments