Skip to content

Commit

Permalink
CI: Update actions/cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Feb 2, 2024
1 parent 43f955b commit 1ed1c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache ImageMagick
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./build-ImageMagick
key: v1-linux-imagemagick-${{ matrix.imagemagick-version.full }}
Expand Down

0 comments on commit 1ed1c2d

Please sign in to comment.