Skip to content

Commit dec21e5

Browse files
authored
Merge pull request #307 from Andre601/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents e764bd2 + 79dc868 commit dec21e5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Velocity
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
- name: Set up JDK 1.11
2424
uses: actions/setup-java@v5
2525
with:

.github/workflows/wiki.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
url: ${{ steps.deployment.outputs.page_url }}
3030
steps:
3131
- name: Checkout Repository
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
with:
3434
fetch-depth: 0
3535
- name: Setup Python 3.x

0 commit comments

Comments
 (0)