Skip to content

Commit 08a9d55

Browse files
Bump actions/checkout from 2.3.5 to 3.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 3.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.5...v3.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f927746 commit 08a9d55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2.3.5
17+
- uses: actions/checkout@v3.0.2
1818
- name: Set up JDK 1.11
1919
uses: actions/[email protected]
2020
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Build and upload release
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2.3.5
12+
- uses: actions/checkout@v3.0.2
1313
- name: Set up JDK 1.11
1414
uses: actions/[email protected]
1515
with:

0 commit comments

Comments
 (0)