Skip to content

Commit ccabcbe

Browse files
authored
Merge pull request #338 from xdev-software/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents 65c39c5 + 84b7b20 commit ccabcbe

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/image-vuln-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
continue-on-error: true # Ignore errors, we create an issue instead
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121

2222
- name: Scan - Full
2323
uses: aquasecurity/trivy-action@0.33.1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
attestations: write
216216
id-token: write
217217
steps:
218-
- uses: actions/checkout@v5
218+
- uses: actions/checkout@v6
219219

220220
- name: Init Git and pull
221221
run: |

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
attestations: write
7272
id-token: write
7373
steps:
74-
- uses: actions/checkout@v5
74+
- uses: actions/checkout@v6
7575

7676
- name: Download server JAR
7777
uses: actions/download-artifact@v6

0 commit comments

Comments
 (0)