Skip to content

Commit

Permalink
Bump cache action (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuba authored Feb 12, 2025
1 parent 35f3f59 commit ae978ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1 # Set up Docker Buildx for building and pushing Docker images
- name: Cache Docker layers
uses: actions/cache@v2 # Cache Docker layers to speed up subsequent builds
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1 # Set up Docker Buildx for building and pushing Docker images
- name: Cache Docker layers
uses: actions/cache@v2 # Cache Docker layers to speed up subsequent builds
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down

0 comments on commit ae978ac

Please sign in to comment.