Skip to content

Commit 67313be

Browse files
Bump actions/checkout from 3.2.0 to 3.3.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0bcaa46 commit 67313be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
java: [ 8, 11, 17 ]
4141
steps:
4242
- name: Checkout code
43-
uses: actions/checkout@v3.2.0
43+
uses: actions/checkout@v3.3.0
4444
- name: Set up cache
4545
uses: actions/cache@v3.2.2
4646
with:

0 commit comments

Comments
 (0)