diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4c8baf..fca5ff1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: python-version: ${{ env.python_version}} - uses: FranzDiebold/github-env-vars-action@v2 - name: Load Python Dependencies from cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ env.python_cache_ubuntu_path }} key: linux-pip-3-continuous-delivery-scripts @@ -70,7 +70,7 @@ jobs: python -m pipenv requirements > dev-requirements.txt - uses: FranzDiebold/github-env-vars-action@v2 - name: Load Python Dependencies from cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ env.python_cache_ubuntu_path }} key: linux-pip-3-continuous-delivery-scripts @@ -112,7 +112,7 @@ jobs: python -m pipenv requirements > dev-requirements.txt - uses: FranzDiebold/github-env-vars-action@v2 - name: Load Python Dependencies from cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ env.python_cache_ubuntu_path }} key: linux-pip-3-continuous-delivery-scripts @@ -232,7 +232,7 @@ jobs: echo "Path to dependency cache: [${{ env.CACHE_PATH }}]" - name: Load Python Dependencies from cache if: ${{ ! startsWith(matrix.os, 'windows') }} - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ env.CACHE_PATH }} key: ${{ matrix.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('**/dev-requirements.txt') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7456c64..7ad68fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: python -m pipenv requirements > dev-requirements.txt - uses: FranzDiebold/github-env-vars-action@v2 - name: Load Python Dependencies from cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/pip key: linux-pip-3-continuous-delivery-scripts diff --git a/news/20250110072723.bugfix b/news/20250110072723.bugfix new file mode 100644 index 0000000..8228547 --- /dev/null +++ b/news/20250110072723.bugfix @@ -0,0 +1 @@ +Dependency upgrade: cache-4