Skip to content

Commit 0b709eb

Browse files
build(deps): bump actions/cache from 2.1.7 to 3 (OpenAPITools#356)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.7...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd29e3e commit 0b709eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
server-username: OSS_USERNAME
3939
server-password: OSS_PASSWORD
4040
- name: Cache SonarCloud packages
41-
uses: actions/cache@v2.1.7
41+
uses: actions/cache@v3
4242
if: ${{ env.SONAR_TOKEN != null && env.SONAR_TOKEN != '' && matrix.java_version == '11' }}
4343
env:
4444
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
java-version: ${{ matrix.java_version }}
3030
cache: 'maven'
3131
- name: Cache SonarCloud packages
32-
uses: actions/cache@v2.1.7
32+
uses: actions/cache@v3
3333
if: ${{ env.SONAR_TOKEN != null && env.SONAR_TOKEN != '' && matrix.java_version == '11' }}
3434
env:
3535
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)