Skip to content

Commit

Permalink
Merge pull request #15 from akospasztor/ci-update-actions-cache
Browse files Browse the repository at this point in the history
CI: Update actions cache to v4
  • Loading branch information
akospasztor committed Feb 12, 2024
2 parents e8586ea + 00222d3 commit 78910ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v3
- name: Cache docker layers
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ matrix.version }}-${{ github.sha }}
Expand Down

0 comments on commit 78910ef

Please sign in to comment.