Skip to content

Commit ff0a945

Browse files
Merge pull request #180 from datacite/update-workflows
Update actions/cache in workflows
2 parents 9cf0e2c + 7456d77 commit ff0a945

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: ruby/setup-ruby@v1
6262
with:
6363
ruby-version: 3.1.4
64-
- uses: actions/cache@v2
64+
- uses: actions/cache@v4
6565
with:
6666
path: vendor/bundle
6767
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Docker Buildx
1717
uses: docker/setup-buildx-action@v1
1818
- name: Cache Docker layers
19-
uses: actions/cache@v2
19+
uses: actions/cache@v4
2020
with:
2121
path: /tmp/.buildx-cache
2222
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Docker Buildx
1616
uses: docker/setup-buildx-action@v1
1717
- name: Cache Docker layers
18-
uses: actions/cache@v2
18+
uses: actions/cache@v4
1919
with:
2020
path: /tmp/.buildx-cache
2121
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)