Skip to content

Commit

Permalink
Merge pull request #6 from datacite/upgrade-workflows
Browse files Browse the repository at this point in the history
Upgrade actions/cache
  • Loading branch information
digitaldogsbody authored Jan 17, 2025
2 parents 5eec488 + e1298e6 commit 776375a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}-${{ inputs.image }}"
Expand Down

0 comments on commit 776375a

Please sign in to comment.