From d3686504dff6129012ac2e0460bb6c78d7d69599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 10:11:02 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4.0.0 to 4.1.1 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.1.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/13aacd865c20de90d75de3b17ebe84f7a17d57d2...3624ceb22c1c5a301c8db4169662070a689d9ea8) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/module.build.yml | 4 ++-- .github/workflows/module.codeql.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/module.build.yml b/.github/workflows/module.build.yml index 22ceaa3..2be232c 100644 --- a/.github/workflows/module.build.yml +++ b/.github/workflows/module.build.yml @@ -87,13 +87,13 @@ jobs: - name: "Setup: Buildless" uses: buildless/setup@30e82389418c7f17046606183bc4c78b2c8913e0 # v1.0.2 - name: "Setup: Cache SonarCloud Packages" - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar - name: "Setup: Cache Gradle Packages" - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} diff --git a/.github/workflows/module.codeql.yml b/.github/workflows/module.codeql.yml index 1286067..d80630c 100644 --- a/.github/workflows/module.codeql.yml +++ b/.github/workflows/module.codeql.yml @@ -41,13 +41,13 @@ jobs: java-version: ${{ inputs.java_version || vars.JVM_VERSION || '21' }} distribution: ${{ inputs.jvm || vars.JVM_VARIANT || 'zulu' }} - name: "Setup: Cache SonarCloud Packages" - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar - name: "Setup: Cache Gradle Packages" - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}