From de57bf5fda2fca928f69b095495e4e1b769224fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 10:44:01 +0000 Subject: [PATCH] [CI] Update GitHub Actions(deps): Bump actions/cache Bumps the actions-updates group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 6.0.0 to 6.1.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/2c8a9bd7457de244a408f35966fab2fb45fda9c8...55cc8345863c7cc4c66a329aec7e433d2d1c52a9) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/base-windows.yml | 4 ++-- .github/workflows/base.yml | 4 ++-- .github/workflows/build-quarkus.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/base-windows.yml b/.github/workflows/base-windows.yml index e4af74d17538..1f89b2dd208c 100644 --- a/.github/workflows/base-windows.yml +++ b/.github/workflows/base-windows.yml @@ -133,7 +133,7 @@ jobs: repository: ${{ inputs.mandrel-packaging-repo }} ref: ${{ inputs.mandrel-packaging-version }} path: ${{ env.MANDREL_PACKAGING_REPO }} - - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 + - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.mx key: ${{ runner.os }}-mx-${{ hashFiles('**/suite.py') }} @@ -210,7 +210,7 @@ jobs: git clone ${GITHUB_SERVER_URL}/graalvm/mx --depth 1 --branch ${VERSION} mx ./mx/mx --version shell: bash - - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 + - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.mx key: ${{ runner.os }}-mx-${{ hashFiles('**/suite.py') }} diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index a494aeef11b3..8ae3aeb43b78 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -174,7 +174,7 @@ jobs: repository: ${{ inputs.mandrel-packaging-repo }} ref: ${{ inputs.mandrel-packaging-version }} path: ${{ env.MANDREL_PACKAGING_REPO }} - - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 + - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.mx key: ${{ runner.os }}-mx-${{ hashFiles('**/suite.py') }} @@ -276,7 +276,7 @@ jobs: echo "**MX version:** [$VERSION](${GITHUB_SERVER_URL}/graalvm/mx/tree/$VERSION)" >> $GITHUB_STEP_SUMMARY git clone ${GITHUB_SERVER_URL}/graalvm/mx --depth 1 --branch ${VERSION} ${MX_PATH} ./mx/mx --version - - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 + - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.mx key: ${{ runner.os }}-mx-${{ hashFiles('**/suite.py') }} diff --git a/.github/workflows/build-quarkus.yml b/.github/workflows/build-quarkus.yml index 58868a121222..793eecf4cbce 100644 --- a/.github/workflows/build-quarkus.yml +++ b/.github/workflows/build-quarkus.yml @@ -135,7 +135,7 @@ jobs: fetch-depth: 1 ref: ${{ inputs.quarkus-sha }} path: ${{ env.QUARKUS_PATH }} - - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 + - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 if: ${{ inputs.use-snapshot != true || steps.download-snapshot.outputs.snapshot-available != 'true' }} with: path: ~/.m2/repository