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 }}