mirror of
https://github.com/apache/maven-mvnd.git
synced 2026-01-13 07:04:14 +08:00
Bump actions/cache from 4 to 5 (#1491)
Some checks failed
Early Access / Default build (without GraalVM) (push) Has been cancelled
Early Access / Build with GraalVM on macos-15-arm64 (push) Has been cancelled
Early Access / Build with GraalVM on ubuntu-24.04-arm64 (push) Has been cancelled
Early Access / Build with GraalVM on windows-2025-arm64 (push) Has been cancelled
Early Access / Build with GraalVM on macos-15-x64 (push) Has been cancelled
Early Access / Build with GraalVM on macos-15-intel-x64 (push) Has been cancelled
Early Access / Build with GraalVM on ubuntu-24.04-x64 (push) Has been cancelled
Early Access / Build with GraalVM on windows-2025-x64 (push) Has been cancelled
Early Access / Site build (push) Has been cancelled
Stale / stale (push) Has been cancelled
Some checks failed
Early Access / Default build (without GraalVM) (push) Has been cancelled
Early Access / Build with GraalVM on macos-15-arm64 (push) Has been cancelled
Early Access / Build with GraalVM on ubuntu-24.04-arm64 (push) Has been cancelled
Early Access / Build with GraalVM on windows-2025-arm64 (push) Has been cancelled
Early Access / Build with GraalVM on macos-15-x64 (push) Has been cancelled
Early Access / Build with GraalVM on macos-15-intel-x64 (push) Has been cancelled
Early Access / Build with GraalVM on ubuntu-24.04-x64 (push) Has been cancelled
Early Access / Build with GraalVM on windows-2025-x64 (push) Has been cancelled
Early Access / Site build (push) Has been cancelled
Stale / stale (push) Has been cancelled
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/early-access.yaml
vendored
4
.github/workflows/early-access.yaml
vendored
@@ -54,7 +54,7 @@ jobs:
|
|||||||
cp .github/ci-mimir-daemon.properties ~/.mimir/daemon.properties
|
cp .github/ci-mimir-daemon.properties ~/.mimir/daemon.properties
|
||||||
|
|
||||||
- name: 'Handle Mimir caches'
|
- name: 'Handle Mimir caches'
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: ~/.mimir/local
|
path: ~/.mimir/local
|
||||||
key: mimir-${{ runner.os }}-default-${{ hashFiles('**/pom.xml') }}
|
key: mimir-${{ runner.os }}-default-${{ hashFiles('**/pom.xml') }}
|
||||||
@@ -132,7 +132,7 @@ jobs:
|
|||||||
cp .github/ci-mimir-daemon.properties ~/.mimir/daemon.properties
|
cp .github/ci-mimir-daemon.properties ~/.mimir/daemon.properties
|
||||||
|
|
||||||
- name: 'Handle Mimir caches'
|
- name: 'Handle Mimir caches'
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: ~/.mimir/local
|
path: ~/.mimir/local
|
||||||
key: mimir-${{ runner.os }}-native-${{ hashFiles('**/pom.xml') }}
|
key: mimir-${{ runner.os }}-native-${{ hashFiles('**/pom.xml') }}
|
||||||
|
|||||||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -190,7 +190,7 @@ jobs:
|
|||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
|
|
||||||
- name: 'Cache Maven packages'
|
- name: 'Cache Maven packages'
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: ~/.m2
|
path: ~/.m2
|
||||||
key: ${{ runner.os }}-${{ runner.arch }}-m2-${{ hashFiles('**/pom.xml') }}
|
key: ${{ runner.os }}-${{ runner.arch }}-m2-${{ hashFiles('**/pom.xml') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user