From df7ab716626108186b8eb8a57333d51c312b0e19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 05:57:11 +0100 Subject: [PATCH] build: bump actions/cache from 3.0.1 to 3.0.6 (#234) Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.6. - [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/v3.0.1...v3.0.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/dependency-update.yml | 2 +- .github/workflows/graalvm.yml | 2 +- .github/workflows/gradle.yml | 2 +- .github/workflows/publish-snapshot.yml | 2 +- .github/workflows/sonarqube.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dependency-update.yml b/.github/workflows/dependency-update.yml index 895e0260..84032f0c 100644 --- a/.github/workflows/dependency-update.yml +++ b/.github/workflows/dependency-update.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: actions/cache@v3.0.1 + - uses: actions/cache@v3.0.6 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} diff --git a/.github/workflows/graalvm.yml b/.github/workflows/graalvm.yml index 98bc903a..7adef6ac 100644 --- a/.github/workflows/graalvm.yml +++ b/.github/workflows/graalvm.yml @@ -29,7 +29,7 @@ jobs: sudo apt-get clean df -h - uses: actions/checkout@v3 - - uses: actions/cache@v3.0.1 + - uses: actions/cache@v3.0.6 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index ec8bc8ae..179ee44e 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -29,7 +29,7 @@ jobs: sudo apt-get clean df -h - uses: actions/checkout@v3 - - uses: actions/cache@v3.0.1 + - uses: actions/cache@v3.0.6 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} diff --git a/.github/workflows/publish-snapshot.yml b/.github/workflows/publish-snapshot.yml index aecf6589..f4496bc7 100644 --- a/.github/workflows/publish-snapshot.yml +++ b/.github/workflows/publish-snapshot.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: actions/cache@v3.0.1 + - uses: actions/cache@v3.0.6 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index a037b798..ce4731b6 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: actions/cache@v3.0.1 + - uses: actions/cache@v3.0.6 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}