Skip to content

Commit 492af51

Browse files
authored
Merge pull request #2 from dylanbthomas/dependabot/github_actions/actions/cache-3.0.8
Bump actions/cache from 3.0.6 to 3.0.8
2 parents 975cbf5 + 991110d commit 492af51

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
java-version: 17
4343
architecture: x64
4444
- name: Cache Maven packages
45-
uses: actions/cache@v3.0.6
45+
uses: actions/cache@v3.0.8
4646
with:
4747
path: ~/.m2
4848
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -63,7 +63,7 @@ jobs:
6363
java-version: 17
6464
architecture: x64
6565
- name: Cache Maven packages
66-
uses: actions/cache@v3.0.6
66+
uses: actions/cache@v3.0.8
6767
with:
6868
path: ~/.m2
6969
key: ubuntu-latest-m2-${{ hashFiles('**/pom.xml') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
architecture: x64
2626

2727
- name: Cache Maven packages
28-
uses: actions/cache@v3.0.6
28+
uses: actions/cache@v3.0.8
2929
with:
3030
path: ~/.m2
3131
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
architecture: x64
4141
#Uses an action to set up a cache using a certain key based on the hash of the dependencies
4242
- name: Cache Maven packages
43-
uses: actions/cache@v3.0.6
43+
uses: actions/cache@v3.0.8
4444
with:
4545
path: ~/.m2
4646
key: ubuntu-latest-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)