Skip to content

Commit

Permalink
Merge pull request #192 from datacite/update-workflows
Browse files Browse the repository at this point in the history
Update actions/cache in workflows
  • Loading branch information
digitaldogsbody authored Jan 21, 2025
2 parents 4811270 + 7e7f8e4 commit 57a79c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.4
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
Expand Down

0 comments on commit 57a79c5

Please sign in to comment.