Skip to content

Commit 0b96f7e

Browse files
Merge pull request #43 from datacite/update-workflows
Update actions/cache to v4
2 parents bafc1a5 + 4cfb279 commit 0b96f7e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: ruby/setup-ruby@v1
2222
with:
2323
ruby-version: '3.1.4'
24-
- uses: actions/cache@v2
24+
- uses: actions/cache@v4
2525
with:
2626
path: vendor/bundle
2727
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}

.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: ruby/setup-ruby@v1
1818
with:
1919
ruby-version: '3.1.4'
20-
- uses: actions/cache@v2
20+
- uses: actions/cache@v4
2121
with:
2222
path: vendor/bundle
2323
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: ruby/setup-ruby@v1
2222
with:
2323
ruby-version: '3.1.4'
24-
- uses: actions/cache@v2
24+
- uses: actions/cache@v4
2525
with:
2626
path: vendor/bundle
2727
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}

0 commit comments

Comments
 (0)