Skip to content

Commit 320cd74

Browse files
build(deps): bump actions/cache from 2.1.5 to 2.1.6 (#237)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.5...v2.1.6) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9baa529 commit 320cd74

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
@@ -34,14 +34,14 @@ jobs:
3434
server-id: sonatype-nexus-snapshots
3535
server-username: OSS_USERNAME
3636
server-password: OSS_PASSWORD
37-
- uses: actions/[email protected].5
37+
- uses: actions/[email protected].6
3838
with:
3939
path: ~/.m2/repository
4040
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
4141
restore-keys: |
4242
${{ runner.os }}-maven-
4343
- name: Cache SonarCloud packages
44-
uses: actions/[email protected].5
44+
uses: actions/[email protected].6
4545
if: ${{ env.SONAR_TOKEN != null && env.SONAR_TOKEN != '' && matrix.java_version == '11' }}
4646
env:
4747
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
with:
2828
distribution: 'zulu'
2929
java-version: ${{ matrix.java_version }}
30-
- uses: actions/[email protected].5
30+
- uses: actions/[email protected].6
3131
with:
3232
path: ~/.m2/repository
3333
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
3434
restore-keys: |
3535
${{ runner.os }}-maven-
3636
- name: Cache SonarCloud packages
37-
uses: actions/[email protected].5
37+
uses: actions/[email protected].6
3838
if: ${{ env.SONAR_TOKEN != null && env.SONAR_TOKEN != '' && matrix.java_version == '11' }}
3939
env:
4040
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)