Skip to content

Commit

Permalink
Merge 8d4fc2c into 30b4e6b
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 18, 2024
2 parents 30b4e6b + 8d4fc2c commit 610085c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
java-version: 17

- name: Cache plenv
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-plenv
cache-version: 0
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
java-version: 17

- name: Cache asdf
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.asdf
key: asdf-${{ runner.os }}
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
java-version: 17

- name: Cache perlbrew
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/perl5
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
java-version: 17

- name: Cache perlbrew
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/perl5
Expand Down

0 comments on commit 610085c

Please sign in to comment.