From 440035746423010a2f25ca91a772bc2d6d481ef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 02:56:46 +0000 Subject: [PATCH] Bump actions/cache from 3.2.4 to 3.3.1 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 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/v3.2.4...v3.3.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/gradle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 3814f03..c9be814 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v3 - name: Cache build artifacts - uses: actions/cache@v3.2.4 + uses: actions/cache@v3.3.1 with: path: | build/test-results/**/*.xml @@ -29,7 +29,7 @@ jobs: key: license-scanner-${{ github.sha }} - name: Gradle cache - uses: actions/cache@v3.2.4 + uses: actions/cache@v3.3.1 with: path: | ~/.gradle/caches @@ -79,7 +79,7 @@ jobs: uses: actions/checkout@v3 - name: Cache build artifacts - uses: actions/cache@v3.2.4 + uses: actions/cache@v3.3.1 with: path: | build/test-results/**/*.xml