From 91f29b0b0011784035c69d1767ea987d45d97ee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 09:08:49 +0000 Subject: [PATCH] Bump actions/cache from 4.2.4 to 5.0.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 5.0.0. - [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/0400d5f644dc74513175e3cd8d07132dd4860809...a7833574556fa59680c1b7cb190c1735db73ebf0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-quarkus-build-publish-image.yml | 2 +- .github/workflows/ci-quarkus-container-scan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-quarkus-build-publish-image.yml b/.github/workflows/ci-quarkus-build-publish-image.yml index 9e2e9ec3..61f87362 100644 --- a/.github/workflows/ci-quarkus-build-publish-image.yml +++ b/.github/workflows/ci-quarkus-build-publish-image.yml @@ -96,7 +96,7 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # pin@v5.0.0 - name: Cache Maven packages - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # pin@v4.2.4 + uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # pin@v5.0.0 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/ci-quarkus-container-scan.yml b/.github/workflows/ci-quarkus-container-scan.yml index ca2a696a..5a7e344c 100644 --- a/.github/workflows/ci-quarkus-container-scan.yml +++ b/.github/workflows/ci-quarkus-container-scan.yml @@ -55,7 +55,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # pin@v5.0.0 - name: Cache Maven packages - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # pin@v4.2.4 + uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # pin@v5.0.0 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}