diff --git a/.github/workflows/build_latest_podman.yml b/.github/workflows/build_latest_podman.yml index 284336d..b8b6e71 100644 --- a/.github/workflows/build_latest_podman.yml +++ b/.github/workflows/build_latest_podman.yml @@ -279,7 +279,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-podman-latest @@ -418,7 +418,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-podman-latest diff --git a/.github/workflows/collection-continuous-integration.yml b/.github/workflows/collection-continuous-integration.yml index 4fc51bf..855b7ca 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@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('tests/sanity/requirements.txt') }}-${{ hashFiles('tests/unit/requirements.txt') }} @@ -81,7 +81,7 @@ jobs: with: python-version: ${{ matrix.runner-python-version }} - name: Set up pip cache - uses: actions/cache@v4 + uses: actions/cache@v5 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 5f17b3e..faeafb6 100644 --- a/.github/workflows/connections_tests.yml +++ b/.github/workflows/connections_tests.yml @@ -46,7 +46,7 @@ jobs: with: python-version: ${{ matrix.runner-python-version }} - name: Set up pip cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('tests/sanity/requirements.txt') }}-${{ hashFiles('tests/unit/requirements.txt') }} diff --git a/.github/workflows/podman_container.yml b/.github/workflows/podman_container.yml index 9a2162c..6879ed8 100644 --- a/.github/workflows/podman_container.yml +++ b/.github/workflows/podman_container.yml @@ -84,7 +84,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs diff --git a/.github/workflows/reusable-module-test.yml b/.github/workflows/reusable-module-test.yml index 6c38cca..3c750cc 100644 --- a/.github/workflows/reusable-module-test.yml +++ b/.github/workflows/reusable-module-test.yml @@ -66,7 +66,7 @@ jobs: pip --version - name: Set up pip cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ github.ref }}-units-VMs diff --git a/.github/workflows/test-inventory-examples.yml b/.github/workflows/test-inventory-examples.yml index 31a4382..fcdd595 100644 --- a/.github/workflows/test-inventory-examples.yml +++ b/.github/workflows/test-inventory-examples.yml @@ -314,7 +314,7 @@ jobs: python-version: ${{ matrix.runner-python-version }} - name: Set up pip cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('tests/sanity/requirements.txt') }}-${{ hashFiles('tests/unit/requirements.txt') }} diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 1c2c016..7d1ddb4 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@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('tests/sanity/requirements.txt') }}-${{ hashFiles('tests/unit/requirements.txt') }}