From f299291a71e673735f8e609aee7478bb7642d686 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:18:16 +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/build-and-test.yml | 4 ++-- .github/workflows/build-test-documentation.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 9344be9..07a7e75 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -15,13 +15,13 @@ jobs: uses: actions/checkout@v4 - name: Cache Gradle dependencies - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts') }} - name: Cache Gradle wrapper - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 with: path: ~/.gradle/wrapper key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }} diff --git a/.github/workflows/build-test-documentation.yaml b/.github/workflows/build-test-documentation.yaml index e868e72..af2a82d 100644 --- a/.github/workflows/build-test-documentation.yaml +++ b/.github/workflows/build-test-documentation.yaml @@ -18,13 +18,13 @@ jobs: uses: actions/checkout@v4 - name: Cache Gradle dependencies - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts') }} - name: Cache Gradle wrapper - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 with: path: ~/.gradle/wrapper key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}