Skip to content

Commit

Permalink
chore: Bump actions/cache from 3.3.2 to 4.0.1 (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 13, 2024
1 parent 25a4af1 commit d099d16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
distribution: 'adopt'
cache: maven
- name: Cache Maven packages
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.1
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'

- name: Cache Maven packages
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.1
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
find /tmp/artifacts/ -name "mcs*" -exec mv -v {} artifacts/ \;
- name: Cache Maven packages
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.1
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
distribution: 'adopt'

- name: Cache Maven packages
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.1
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'

- name: Cache Maven packages
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.1
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
distribution: 'adopt'

- name: Cache Maven packages
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.1
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit d099d16

Please sign in to comment.