Skip to content

Commit 6e0f4e0

Browse files
build(deps): bump actions/cache from v2.1.2 to v2.1.3 (#196)
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.2 to v2.1.3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.2...0781355) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent af79856 commit 6e0f4e0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/maven.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333
server-id: sonatype-nexus-snapshots
3434
server-username: OSS_USERNAME
3535
server-password: OSS_PASSWORD
36-
- uses: actions/[email protected].2
36+
- uses: actions/[email protected].3
3737
with:
3838
path: ~/.m2/repository
3939
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
4040
restore-keys: |
4141
${{ runner.os }}-maven-
4242
- name: Cache SonarCloud packages
43-
uses: actions/[email protected].2
43+
uses: actions/[email protected].3
4444
if: matrix.java_version == '11'
4545
with:
4646
path: ~/.sonar/cache

.github/workflows/pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
uses: actions/setup-java@v1
2727
with:
2828
java-version: ${{ matrix.java_version }}
29-
- uses: actions/[email protected].2
29+
- uses: actions/[email protected].3
3030
with:
3131
path: ~/.m2/repository
3232
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
3333
restore-keys: |
3434
${{ runner.os }}-maven-
3535
- name: Cache SonarCloud packages
36-
uses: actions/[email protected].2
36+
uses: actions/[email protected].3
3737
if: matrix.java_version == '11'
3838
with:
3939
path: ~/.sonar/cache

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
server-username: OSS_USERNAME
2929
server-password: OSS_PASSWORD
3030
gpg-passphrase: GPG_PASSPHRASE
31-
- uses: actions/[email protected].2
31+
- uses: actions/[email protected].3
3232
with:
3333
path: ~/.m2/repository
3434
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)