From 1af8adb45f8395627163c2c25911c52d176c2a71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 10:22:44 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test_plugins.yml | 2 +- .github/workflows/test_role_beats.yml | 2 +- .github/workflows/test_role_elasticsearch.yml | 2 +- .github/workflows/test_role_kibana.yml | 2 +- .github/workflows/test_role_logstash.yml | 2 +- .github/workflows/test_role_repos.yml | 2 +- .github/workflows/test_roles_pr.yml | 4 ++-- .github/workflows/warm_apt_cache.yml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test_plugins.yml b/.github/workflows/test_plugins.yml index d7b5cd5b..241aef0a 100644 --- a/.github/workflows/test_plugins.yml +++ b/.github/workflows/test_plugins.yml @@ -210,7 +210,7 @@ jobs: - name: Restore Elastic apt cache if: contains(matrix.distro, 'ubuntu') || contains(matrix.distro, 'debian') - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: /tmp/elastic-apt-cache key: ${{ runner.os }}-apt-elastic-${{ steps.elastic-version.outputs.version }} diff --git a/.github/workflows/test_role_beats.yml b/.github/workflows/test_role_beats.yml index 6c0741e2..84f1eee8 100644 --- a/.github/workflows/test_role_beats.yml +++ b/.github/workflows/test_role_beats.yml @@ -92,7 +92,7 @@ jobs: - name: Restore Elastic apt cache if: contains(matrix.distro, 'ubuntu') || contains(matrix.distro, 'debian') - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: /tmp/elastic-apt-cache key: ${{ runner.os }}-apt-elastic-${{ steps.elastic-version.outputs.version }} diff --git a/.github/workflows/test_role_elasticsearch.yml b/.github/workflows/test_role_elasticsearch.yml index 76174512..ac5f532b 100644 --- a/.github/workflows/test_role_elasticsearch.yml +++ b/.github/workflows/test_role_elasticsearch.yml @@ -91,7 +91,7 @@ jobs: - name: Restore Elastic apt cache if: contains(matrix.distro, 'ubuntu') || contains(matrix.distro, 'debian') - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: /tmp/elastic-apt-cache key: ${{ runner.os }}-apt-elastic-${{ steps.elastic-version.outputs.version }} diff --git a/.github/workflows/test_role_kibana.yml b/.github/workflows/test_role_kibana.yml index ae9058de..ff49838f 100644 --- a/.github/workflows/test_role_kibana.yml +++ b/.github/workflows/test_role_kibana.yml @@ -92,7 +92,7 @@ jobs: - name: Restore Elastic apt cache if: contains(matrix.distro, 'ubuntu') || contains(matrix.distro, 'debian') - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: /tmp/elastic-apt-cache key: ${{ runner.os }}-apt-elastic-${{ steps.elastic-version.outputs.version }} diff --git a/.github/workflows/test_role_logstash.yml b/.github/workflows/test_role_logstash.yml index 0bab065b..feed7416 100644 --- a/.github/workflows/test_role_logstash.yml +++ b/.github/workflows/test_role_logstash.yml @@ -92,7 +92,7 @@ jobs: - name: Restore Elastic apt cache if: contains(matrix.distro, 'ubuntu') || contains(matrix.distro, 'debian') - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: /tmp/elastic-apt-cache key: ${{ runner.os }}-apt-elastic-${{ steps.elastic-version.outputs.version }} diff --git a/.github/workflows/test_role_repos.yml b/.github/workflows/test_role_repos.yml index c9747027..174228a6 100644 --- a/.github/workflows/test_role_repos.yml +++ b/.github/workflows/test_role_repos.yml @@ -95,7 +95,7 @@ jobs: - name: Restore Elastic apt cache if: contains(matrix.distro, 'ubuntu') || contains(matrix.distro, 'debian') - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: /tmp/elastic-apt-cache key: ${{ runner.os }}-apt-elastic-${{ steps.elastic-version.outputs.version }} diff --git a/.github/workflows/test_roles_pr.yml b/.github/workflows/test_roles_pr.yml index 8ec712b4..8c02e304 100644 --- a/.github/workflows/test_roles_pr.yml +++ b/.github/workflows/test_roles_pr.yml @@ -95,7 +95,7 @@ jobs: - name: Restore Elastic apt cache if: contains(matrix.distro, 'ubuntu') || contains(matrix.distro, 'debian') - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: /tmp/elastic-apt-cache key: ${{ runner.os }}-apt-elastic-${{ steps.elastic-version.outputs.version }} @@ -191,7 +191,7 @@ jobs: - name: Restore Elastic apt cache if: contains(matrix.distro, 'ubuntu') || contains(matrix.distro, 'debian') - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: /tmp/elastic-apt-cache key: ${{ runner.os }}-apt-elastic-${{ steps.elastic-version.outputs.version }} diff --git a/.github/workflows/warm_apt_cache.yml b/.github/workflows/warm_apt_cache.yml index c20a05e3..db64b5f8 100644 --- a/.github/workflows/warm_apt_cache.yml +++ b/.github/workflows/warm_apt_cache.yml @@ -51,7 +51,7 @@ jobs: - name: Restore Elastic apt cache id: apt-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: /tmp/elastic-apt-cache key: ${{ runner.os }}-apt-elastic-${{ steps.elastic-version.outputs.version }}