Skip to content

Commit 34cbf84

Browse files
authored
Merge pull request #284 from Andre601/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 2292ea2 + b5379ff commit 34cbf84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v4
22+
- uses: actions/checkout@v5
2323
- name: Set up JDK 1.11
2424
uses: actions/setup-java@v4
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@v4
32+
uses: actions/checkout@v5
3333
with:
3434
fetch-depth: 0
3535
- name: Setup Python 3.x

0 commit comments

Comments
 (0)