From 888bc9e39f80c5ffc7cff6e9074233883476108d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 02:40:07 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/integration-test-global.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration-test-global.yaml b/.github/workflows/integration-test-global.yaml index ebd75a9e..fd4538d1 100644 --- a/.github/workflows/integration-test-global.yaml +++ b/.github/workflows/integration-test-global.yaml @@ -61,7 +61,7 @@ jobs: sudo rm -rf /usr/local/julia* - name: Cache bind id: cache-bind - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: ./bind_ubuntu-22.04-amd64.charm key: bind-charm-${{ hashFiles('./bind-operator/**') }} @@ -71,7 +71,7 @@ jobs: sudo --user "$USER" --preserve-env --preserve-env=PATH -- env -- charmcraft pack -v -p ./bind-operator - name: Cache dns-integrator id: cache-dns-integrator - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: ./dns-integrator_ubuntu-22.04-amd64.charm key: dns-integrator-charm-${{ hashFiles('./dns-integrator-operator/**') }} @@ -81,7 +81,7 @@ jobs: sudo --user "$USER" --preserve-env --preserve-env=PATH -- env -- charmcraft pack -v -p ./dns-integrator-operator - name: Cache dns-resolver id: cache-dns-resolver - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: ./dns-resolver-22.04-amd64.charm key: dns-resolver-charm-${{ hashFiles('./dns-resolver-operator/**') }} @@ -91,7 +91,7 @@ jobs: sudo --user "$USER" --preserve-env --preserve-env=PATH -- env -- charmcraft pack -v -p ./dns-resolver-operator - name: Cache dns-secondary id: cache-dns-secondary - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: ./dns-secondary-22.04-amd64.charm key: dns-secondary-charm-${{ hashFiles('./dns-secondary-operator/**') }}