Skip to content

Commit a2a4a66

Browse files
authored
Merge pull request #255 from entur/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action from vv4 to v5
2 parents 1ec2a7b + c849706 commit a2a4a66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
if: "!contains(github.event.head_commit.message, 'ci skip')"
99
runs-on: ubuntu-24.04
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
with:
1313
fetch-depth: 0
1414
- uses: actions/setup-java@v5

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: "!contains(github.event.head_commit.message, 'ci skip')"
1717
runs-on: ubuntu-24.04
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
with:
2121
fetch-depth: 0
2222
- name: Copy maven settings

0 commit comments

Comments
 (0)