Skip to content

Commit

Permalink
Update actions/cache action to v4 (#198)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 18, 2024
1 parent 1fd2639 commit 67b3764
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-cache-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install cibuildwheel & twine
run: python3 -m pip install twine cibuildwheel==2.16.2

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ env.BUILD_DIR }}
key: ${{ env.KEY_HEAD }}-${{ env.KEY_C_BUILD }}-${{ env.KEY_LINUX_LIBS }}
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
env:
OS_PACKAGES: "libjpeg-turbo-devel lcms2-devel"

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ env.BUILD_DIR }}
key: ${{ env.KEY_HEAD }}-${{ env.KEY_C_BUILD }}-${{ env.KEY_LINUX_LIBS }}
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ env.BUILD_DIR }}
key: ${{ env.KEY_HEAD }}-${{ env.KEY_C_BUILD }}-${{ env.KEY_LINUX_LIBS }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/wheels-pi_heif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
env:
OS_PACKAGES: "libjpeg-turbo-devel lcms2-devel"

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ env.BUILD_DIR }}
key: ${{ env.KEY_HEAD }}-${{ env.KEY_C_BUILD }}-${{ env.KEY_LINUX_LIBS }}
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
with:
platforms: arm64

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ env.BUILD_DIR }}
key: ${{ env.KEY_HEAD }}-${{ env.KEY_C_BUILD }}-${{ env.KEY_LINUX_LIBS }}
Expand Down Expand Up @@ -282,7 +282,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ env.BUILD_DIR }}
key: ${{ env.KEY_HEAD }}-${{ env.KEY_C_BUILD }}-${{ env.KEY_LINUX_LIBS }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheels-pillow_heif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
env:
OS_PACKAGES: "libjpeg-turbo-devel lcms2-devel"

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ env.BUILD_DIR }}
key: ${{ env.KEY_HEAD }}-${{ env.KEY_C_BUILD }}-${{ env.KEY_LINUX_LIBS }}
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
with:
platforms: arm64

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ env.BUILD_DIR }}
key: ${{ env.KEY_HEAD }}-${{ env.KEY_C_BUILD }}-${{ env.KEY_LINUX_LIBS }}
Expand Down

0 comments on commit 67b3764

Please sign in to comment.