From ad4fc12a877a97d9adf90e4ff8c26a811fa8c5f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 00:57:34 +0000 Subject: [PATCH] Bump actions/cache from 4.1.0 to 4.1.1 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.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/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/jdks.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/os.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/jdks.yml b/.github/workflows/jdks.yml index 9bf04e62..028e3b53 100644 --- a/.github/workflows/jdks.yml +++ b/.github/workflows/jdks.yml @@ -25,7 +25,7 @@ jobs: java-version: ${{ matrix.java }} distribution: 'temurin' - name: Cache Maven packages - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d3a9e2b5..72cf8238 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: server-username: MAVEN_CENTRAL_USERNAME # env variable for username in deploy server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy - name: Cache SonarCloud packages - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar diff --git a/.github/workflows/os.yml b/.github/workflows/os.yml index ad427040..9396f4a4 100644 --- a/.github/workflows/os.yml +++ b/.github/workflows/os.yml @@ -25,7 +25,7 @@ jobs: java-version: 17 distribution: temurin - name: Cache Maven packages - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}