From 83632441b09f915a0737e3afac258706280c9f55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 18:37:12 +0200 Subject: [PATCH] Bump actions/cache from 1 to 3 (#511) Bumps [actions/cache](https://github.com/actions/cache) from 1 to 3. - [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/v1...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/collection-continuous-integration.yml | 4 ++-- .github/workflows/connections_tests.yml | 6 +++--- .github/workflows/podman_container.yml | 4 ++-- .github/workflows/podman_container_idem.yml | 2 +- .github/workflows/podman_container_info.yml | 2 +- .github/workflows/podman_containers.yml | 2 +- .github/workflows/podman_export.yml | 2 +- .github/workflows/podman_generate_systemd.yml | 2 +- .github/workflows/podman_image.yml | 2 +- .github/workflows/podman_image_info.yml | 2 +- .github/workflows/podman_import.yml | 2 +- .github/workflows/podman_load.yml | 2 +- .github/workflows/podman_login.yml | 2 +- .github/workflows/podman_login_info.yml | 2 +- .github/workflows/podman_logout.yml | 2 +- .github/workflows/podman_network.yml | 2 +- .github/workflows/podman_network_info.yml | 2 +- .github/workflows/podman_play.yml | 2 +- .github/workflows/podman_pod.yml | 2 +- .github/workflows/podman_pod_info.yml | 2 +- .github/workflows/podman_save.yml | 2 +- .github/workflows/podman_secret.yml | 4 ++-- .github/workflows/podman_tag.yml | 2 +- .github/workflows/podman_volume.yml | 2 +- .github/workflows/podman_volume_info.yml | 2 +- .github/workflows/unittests.yml | 2 +- 26 files changed, 31 insertions(+), 31 deletions(-) diff --git a/.github/workflows/collection-continuous-integration.yml b/.github/workflows/collection-continuous-integration.yml index 63c0ab8..52cab5a 100644 --- a/.github/workflows/collection-continuous-integration.yml +++ b/.github/workflows/collection-continuous-integration.yml @@ -26,7 +26,7 @@ jobs: with: python-version: ${{ matrix.runner-python-version }} - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('tests/sanity/requirements.txt') }}-${{ hashFiles('tests/unit/requirements.txt') }} @@ -85,7 +85,7 @@ jobs: with: python-version: ${{ matrix.runner-python-version }} - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-sanity-containers diff --git a/.github/workflows/connections_tests.yml b/.github/workflows/connections_tests.yml index 6b69e9f..df91cb0 100644 --- a/.github/workflows/connections_tests.yml +++ b/.github/workflows/connections_tests.yml @@ -44,7 +44,7 @@ jobs: with: python-version: ${{ matrix.runner-python-version }} - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('tests/sanity/requirements.txt') }}-${{ hashFiles('tests/unit/requirements.txt') }} @@ -108,7 +108,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs @@ -198,7 +198,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs diff --git a/.github/workflows/podman_container.yml b/.github/workflows/podman_container.yml index 78e58c7..e2eb8e4 100644 --- a/.github/workflows/podman_container.yml +++ b/.github/workflows/podman_container.yml @@ -68,7 +68,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs @@ -150,7 +150,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs diff --git a/.github/workflows/podman_container_idem.yml b/.github/workflows/podman_container_idem.yml index 02ab5ad..4da383d 100644 --- a/.github/workflows/podman_container_idem.yml +++ b/.github/workflows/podman_container_idem.yml @@ -65,7 +65,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs diff --git a/.github/workflows/podman_container_info.yml b/.github/workflows/podman_container_info.yml index a5299e2..12096af 100644 --- a/.github/workflows/podman_container_info.yml +++ b/.github/workflows/podman_container_info.yml @@ -67,7 +67,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs diff --git a/.github/workflows/podman_containers.yml b/.github/workflows/podman_containers.yml index d2a3e18..42db36c 100644 --- a/.github/workflows/podman_containers.yml +++ b/.github/workflows/podman_containers.yml @@ -68,7 +68,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs diff --git a/.github/workflows/podman_export.yml b/.github/workflows/podman_export.yml index 87c2897..6ece930 100644 --- a/.github/workflows/podman_export.yml +++ b/.github/workflows/podman_export.yml @@ -61,7 +61,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs diff --git a/.github/workflows/podman_generate_systemd.yml b/.github/workflows/podman_generate_systemd.yml index 0cd7a3d..0b049f3 100644 --- a/.github/workflows/podman_generate_systemd.yml +++ b/.github/workflows/podman_generate_systemd.yml @@ -60,7 +60,7 @@ jobs: python -V pip --version - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs diff --git a/.github/workflows/podman_image.yml b/.github/workflows/podman_image.yml index 0de6e16..1b4cb2b 100644 --- a/.github/workflows/podman_image.yml +++ b/.github/workflows/podman_image.yml @@ -63,7 +63,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs diff --git a/.github/workflows/podman_image_info.yml b/.github/workflows/podman_image_info.yml index ee5d91f..371a198 100644 --- a/.github/workflows/podman_image_info.yml +++ b/.github/workflows/podman_image_info.yml @@ -63,7 +63,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs diff --git a/.github/workflows/podman_import.yml b/.github/workflows/podman_import.yml index efa28f3..b895784 100644 --- a/.github/workflows/podman_import.yml +++ b/.github/workflows/podman_import.yml @@ -61,7 +61,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs diff --git a/.github/workflows/podman_load.yml b/.github/workflows/podman_load.yml index 0148086..7d2ea48 100644 --- a/.github/workflows/podman_load.yml +++ b/.github/workflows/podman_load.yml @@ -61,7 +61,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs diff --git a/.github/workflows/podman_login.yml b/.github/workflows/podman_login.yml index 4023765..74545fe 100644 --- a/.github/workflows/podman_login.yml +++ b/.github/workflows/podman_login.yml @@ -61,7 +61,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs diff --git a/.github/workflows/podman_login_info.yml b/.github/workflows/podman_login_info.yml index df54a2d..67891c9 100644 --- a/.github/workflows/podman_login_info.yml +++ b/.github/workflows/podman_login_info.yml @@ -61,7 +61,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs diff --git a/.github/workflows/podman_logout.yml b/.github/workflows/podman_logout.yml index 92af7b5..6e054e7 100644 --- a/.github/workflows/podman_logout.yml +++ b/.github/workflows/podman_logout.yml @@ -61,7 +61,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs diff --git a/.github/workflows/podman_network.yml b/.github/workflows/podman_network.yml index f482140..5c6e1cb 100644 --- a/.github/workflows/podman_network.yml +++ b/.github/workflows/podman_network.yml @@ -61,7 +61,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs diff --git a/.github/workflows/podman_network_info.yml b/.github/workflows/podman_network_info.yml index a8e9b4c..5f62318 100644 --- a/.github/workflows/podman_network_info.yml +++ b/.github/workflows/podman_network_info.yml @@ -61,7 +61,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs diff --git a/.github/workflows/podman_play.yml b/.github/workflows/podman_play.yml index ec82884..685fffb 100644 --- a/.github/workflows/podman_play.yml +++ b/.github/workflows/podman_play.yml @@ -61,7 +61,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs diff --git a/.github/workflows/podman_pod.yml b/.github/workflows/podman_pod.yml index a7c1a30..8709267 100644 --- a/.github/workflows/podman_pod.yml +++ b/.github/workflows/podman_pod.yml @@ -65,7 +65,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs diff --git a/.github/workflows/podman_pod_info.yml b/.github/workflows/podman_pod_info.yml index 4ceb1e8..f4981f1 100644 --- a/.github/workflows/podman_pod_info.yml +++ b/.github/workflows/podman_pod_info.yml @@ -65,7 +65,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs diff --git a/.github/workflows/podman_save.yml b/.github/workflows/podman_save.yml index 9238d0a..f2365a9 100644 --- a/.github/workflows/podman_save.yml +++ b/.github/workflows/podman_save.yml @@ -61,7 +61,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs diff --git a/.github/workflows/podman_secret.yml b/.github/workflows/podman_secret.yml index 9aed678..7e274a3 100644 --- a/.github/workflows/podman_secret.yml +++ b/.github/workflows/podman_secret.yml @@ -63,7 +63,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs @@ -145,7 +145,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs diff --git a/.github/workflows/podman_tag.yml b/.github/workflows/podman_tag.yml index a381780..bab3897 100644 --- a/.github/workflows/podman_tag.yml +++ b/.github/workflows/podman_tag.yml @@ -61,7 +61,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs diff --git a/.github/workflows/podman_volume.yml b/.github/workflows/podman_volume.yml index 2e512c0..51d4b75 100644 --- a/.github/workflows/podman_volume.yml +++ b/.github/workflows/podman_volume.yml @@ -61,7 +61,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs diff --git a/.github/workflows/podman_volume_info.yml b/.github/workflows/podman_volume_info.yml index 76869d5..8df97bc 100644 --- a/.github/workflows/podman_volume_info.yml +++ b/.github/workflows/podman_volume_info.yml @@ -63,7 +63,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 575d554..a6a23bc 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -29,7 +29,7 @@ jobs: python-version: ${{ matrix.runner-python-version }} - name: Set up pip cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('tests/sanity/requirements.txt') }}-${{ hashFiles('tests/unit/requirements.txt') }}