Skip to content

Commit 083d45b

Browse files
authored
Merge pull request #14 from it-at-m/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents 2c7082f + 0e08cff commit 083d45b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build-test-maven:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
- name: Set up JDK 17
1111
uses: actions/setup-java@v3
1212
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Check out Git repository
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626
with:
2727
ref: ${{ github.event.inputs.branch }}
2828
- name: Setup git user

0 commit comments

Comments
 (0)