Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Bump actions/cache from 2.1.4 to 3.0.10 #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/maven-dependency-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/cache@v2.1.4
- uses: actions/cache@v3.0.10
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/cache@v2.1.4
- uses: actions/cache@v3.0.10
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: actions/cache@v2.1.4
- uses: actions/cache@v3.0.10
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand All @@ -41,7 +41,7 @@ jobs:
# Disabling shallow clone is recommended for improving relevancy of reporting for Sonar
fetch-depth: 0

- uses: actions/cache@v2.1.4
- uses: actions/cache@v3.0.10
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down