commit | bd800be935839e3bbe171ccd3d330cd4bf8cc74e | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Jul 15 12:23:52 2024 +0000 |
committer | Richard Zowalla <13417392+rzo1@users.noreply.github.com> | Mon Jul 15 14:24:00 2024 +0200 |
tree | cc24ea618084adb9004377348782ca81ad92464c | |
parent | 1634aab730dc7decf9715c371074ad5f21452fb1 [diff] |
Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 6f38af5..39e07b6 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml
@@ -33,7 +33,7 @@ # experimental: true steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/cache@v4 with: path: ~/.m2/repository