| commit | 1ac5a6c9fc89830459b2e884a113db6799a6e347 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Feb 10 01:27:19 2025 +0000 |
| committer | GitHub <noreply@github.com> | Mon Feb 10 01:27:19 2025 +0000 |
| tree | 1cdd4f618f5d714c1a3496edb2e1477b34685ea1 | |
| parent | 0399e2461490ec6e4c6e6d2b9c92cf8795853198 [diff] |
Bump actions/checkout from 4.1.0 to 4.2.2 (#21) [skip ci] Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.2.2. - [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/v4.1.0...11bd71901bbe5b1630ceea73d27597364c9af683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 5e5e147..98d9b73 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml
@@ -46,7 +46,7 @@ runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2