Skip to content

Commit 62f60ca

Browse files
Bump actions/checkout from 2 to 4 (#14)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 77ca64f commit 62f60ca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
- name: Set up JDK 11
1313
uses: actions/setup-java@v4
1414
with:

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111
- name: Set up JDK 11
1212
uses: actions/setup-java@v4
1313
with:

0 commit comments

Comments
 (0)