From 8035fa3231550b3974cba38ec1afb2c309c67533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 05:16:39 +0000 Subject: [PATCH] Bump actions/cache from 2.1.7 to 3.3.1 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.3.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2.1.7...v3.3.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-supported-versions.yaml | 4 ++-- .github/workflows/gradle-test.yaml | 4 ++-- .github/workflows/openapi-generator.yaml | 8 ++++---- .github/workflows/samples-dart.yaml | 8 ++++---- .github/workflows/samples-kotlin.yaml | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/check-supported-versions.yaml b/.github/workflows/check-supported-versions.yaml index 78aba7433a11..fdc8cbbdbb9c 100644 --- a/.github/workflows/check-supported-versions.yaml +++ b/.github/workflows/check-supported-versions.yaml @@ -29,14 +29,14 @@ jobs: distribution: 'temurin' java-version: ${{ matrix.java }} - - uses: actions/cache@v2.1.7 + - uses: actions/cache@v3.3.1 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('pom.xml', 'modules/**/pom.xml') }} restore-keys: | ${{ runner.os }}-maven- - - uses: actions/cache@v2.1.7 + - uses: actions/cache@v3.3.1 with: path: | ~/.gradle/caches diff --git a/.github/workflows/gradle-test.yaml b/.github/workflows/gradle-test.yaml index c6f6f495ab17..28081980ab83 100644 --- a/.github/workflows/gradle-test.yaml +++ b/.github/workflows/gradle-test.yaml @@ -40,14 +40,14 @@ jobs: java-version: 11 # Cache Gradle Dependencies - name: Setup Gradle Dependencies Cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.3.1 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts') }} # Cache Gradle Wrapper - name: Setup Gradle Wrapper Cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.3.1 with: path: ~/.gradle/wrapper key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }} diff --git a/.github/workflows/openapi-generator.yaml b/.github/workflows/openapi-generator.yaml index b7d6f0fedb9b..8360e82b8490 100644 --- a/.github/workflows/openapi-generator.yaml +++ b/.github/workflows/openapi-generator.yaml @@ -22,7 +22,7 @@ jobs: java-version: 8 distribution: 'temurin' - name: Cache maven dependencies - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.3.1 env: cache-name: cache-maven-repository with: @@ -58,7 +58,7 @@ jobs: java-version: 8 distribution: 'temurin' - name: Cache maven dependencies - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.3.1 env: cache-name: cache-maven-repository with: @@ -167,7 +167,7 @@ jobs: java-version: 11 distribution: 'temurin' - name: Cache maven dependencies - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.3.1 env: cache-name: cache-maven-repository with: @@ -200,7 +200,7 @@ jobs: java-version: 11 distribution: 'temurin' - name: Cache maven dependencies - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.3.1 env: cache-name: cache-maven-repository with: diff --git a/.github/workflows/samples-dart.yaml b/.github/workflows/samples-dart.yaml index 5efe3b6b686f..088fc13fb295 100644 --- a/.github/workflows/samples-dart.yaml +++ b/.github/workflows/samples-dart.yaml @@ -23,7 +23,7 @@ jobs: distribution: 'temurin' java-version: 8 - name: Cache maven dependencies - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.3.1 env: cache-name: maven-repository with: @@ -32,7 +32,7 @@ jobs: ~/.gradle key: ${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }} - name: Cache test dependencies - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.3.1 env: cache-name: pub-cache with: @@ -56,7 +56,7 @@ jobs: distribution: 'temurin' java-version: 8 - name: Cache maven dependencies - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.3.1 env: cache-name: maven-repository with: @@ -65,7 +65,7 @@ jobs: ~/.gradle key: ${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }} - name: Cache test dependencies - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.3.1 env: cache-name: pub-cache with: diff --git a/.github/workflows/samples-kotlin.yaml b/.github/workflows/samples-kotlin.yaml index ce20f98a3464..ad1789411c2d 100644 --- a/.github/workflows/samples-kotlin.yaml +++ b/.github/workflows/samples-kotlin.yaml @@ -49,7 +49,7 @@ jobs: distribution: 'temurin' java-version: 8 - name: Cache maven dependencies - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.3.1 env: cache-name: maven-repository with: