Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 29, 2024
1 parent 23ddb4e commit 6cf7c5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
path: src
fetch-depth: 0
- name: maven cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2
key: yetus-m2-${{ hashFiles('**/pom.xml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4
- name: maven cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2
key: yetus-m2-${{ hashFiles('**/pom.xml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yetus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
path: src
fetch-depth: 0
- name: maven cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2
key: yetus-m2-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 6cf7c5d

Please sign in to comment.