From a6ece472c44f16025075643cad528e54914235d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 11:29:53 +0200 Subject: [PATCH] Bump actions/cache from 3 to 4 (#704) Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... 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 | 2 +- .github/workflows/podman_container_exec.yml | 2 +- .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_prune.yml | 2 +- .github/workflows/podman_runlabel.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 +- 29 files changed, 33 insertions(+), 33 deletions(-) diff --git a/.github/workflows/collection-continuous-integration.yml b/.github/workflows/collection-continuous-integration.yml index 1838613..c6f5d65 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@v3 + uses: actions/cache@v4 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('tests/sanity/requirements.txt') }}-${{ hashFiles('tests/unit/requirements.txt') }} @@ -89,7 +89,7 @@ jobs: with: python-version: ${{ matrix.runner-python-version }} - name: Set up pip cache - uses: actions/cache@v3 + uses: actions/cache@v4 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 560c3a5..fc4b002 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@v3 + uses: actions/cache@v4 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@v3 + uses: actions/cache@v4 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@v3 + uses: actions/cache@v4 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 199f797..b839224 100644 --- a/.github/workflows/podman_container.yml +++ b/.github/workflows/podman_container.yml @@ -74,7 +74,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs diff --git a/.github/workflows/podman_container_exec.yml b/.github/workflows/podman_container_exec.yml index 2f81fa4..a8d5605 100644 --- a/.github/workflows/podman_container_exec.yml +++ b/.github/workflows/podman_container_exec.yml @@ -60,7 +60,7 @@ jobs: python -V pip --version - name: Set up pip cache - uses: actions/cache@v3 + uses: actions/cache@v4 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 c1cf9d6..a6db742 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@v3 + uses: actions/cache@v4 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 ace8420..3dd134a 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@v3 + uses: actions/cache@v4 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 e6e8d67..8a09d5f 100644 --- a/.github/workflows/podman_containers.yml +++ b/.github/workflows/podman_containers.yml @@ -67,7 +67,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v3 + uses: actions/cache@v4 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 fd180b6..c9d1320 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@v3 + uses: actions/cache@v4 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 ebf7520..5062103 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@v3 + uses: actions/cache@v4 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 ccc0537..6ff63ed 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@v3 + uses: actions/cache@v4 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 32149a5..492035d 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@v3 + uses: actions/cache@v4 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 44c7f21..ff75658 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@v3 + uses: actions/cache@v4 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 e4d3fa0..5579c0a 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@v3 + uses: actions/cache@v4 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 aed2d4c..af1ce10 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@v3 + uses: actions/cache@v4 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 60a5acb..60c1510 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@v3 + uses: actions/cache@v4 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 3426ca4..23c126b 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@v3 + uses: actions/cache@v4 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 ce0e0ca..e8cf134 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@v3 + uses: actions/cache@v4 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 6e8c537..084683b 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@v3 + uses: actions/cache@v4 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 5a0e892..aa433f0 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@v3 + uses: actions/cache@v4 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 46d515f..f67a497 100644 --- a/.github/workflows/podman_pod.yml +++ b/.github/workflows/podman_pod.yml @@ -67,7 +67,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v3 + uses: actions/cache@v4 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 a153be2..70d73a2 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@v3 + uses: actions/cache@v4 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs diff --git a/.github/workflows/podman_prune.yml b/.github/workflows/podman_prune.yml index cfc59af..a41296e 100644 --- a/.github/workflows/podman_prune.yml +++ b/.github/workflows/podman_prune.yml @@ -61,7 +61,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs diff --git a/.github/workflows/podman_runlabel.yml b/.github/workflows/podman_runlabel.yml index 4fe6c56..49b66c1 100644 --- a/.github/workflows/podman_runlabel.yml +++ b/.github/workflows/podman_runlabel.yml @@ -60,7 +60,7 @@ jobs: python -V pip --version - name: Set up pip cache - uses: actions/cache@v3 + uses: actions/cache@v4 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 d4459d7..fa7ad70 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@v3 + uses: actions/cache@v4 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 d3f4759..7b13b2a 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@v3 + uses: actions/cache@v4 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@v3 + uses: actions/cache@v4 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 c38dc9f..d9c7e4e 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@v3 + uses: actions/cache@v4 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 8f893a1..a0f87e5 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@v3 + uses: actions/cache@v4 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 3f4d360..5048c76 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@v3 + uses: actions/cache@v4 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 1b6d876..632b9ff 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@v3 + uses: actions/cache@v4 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('tests/sanity/requirements.txt') }}-${{ hashFiles('tests/unit/requirements.txt') }}