Skip to content

Commit 9260631

Browse files
build(deps): bump actions/cache from v2.1.3 to v2.1.4 (#214)
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.3 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.3...26968a0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c3bf2b3 commit 9260631

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].3
36+
- uses: actions/[email protected].4
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].3
43+
uses: actions/[email protected].4
4444
if: ${{ env.SONAR_TOKEN != null && env.SONAR_TOKEN != '' && matrix.java_version == '11' }}
4545
env:
4646
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.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].3
29+
- uses: actions/[email protected].4
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].3
36+
uses: actions/[email protected].4
3737
if: ${{ env.SONAR_TOKEN != null && env.SONAR_TOKEN != '' && matrix.java_version == '11' }}
3838
env:
3939
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.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].3
31+
- uses: actions/[email protected].4
3232
with:
3333
path: ~/.m2/repository
3434
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)