Skip to content

Commit

Permalink
ci: bump actions/cache
Browse files Browse the repository at this point in the history
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
  • Loading branch information
Harry-Chen committed Aug 27, 2024
1 parent 6d092c8 commit ec6df4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
if: github.event_name == 'push'
with:
path: /tmp/.buildx-cache
Expand All @@ -77,7 +77,7 @@ jobs:
${{ runner.os }}-buildx-${{ matrix.image }}-
-
name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
if: github.event_name == 'pull_request'
with:
path: /tmp/.buildx-cache
Expand Down

0 comments on commit ec6df4e

Please sign in to comment.