From 7cb5d48ff4a91b9cf367840285844aa545d8ec78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 01:53:56 +0000 Subject: [PATCH] ci: bump actions/cache from 4.1.1 to 4.1.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2. - [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.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- .github/workflows/integration-tests-h2.yml | 2 +- .github/workflows/integration-tests-mysql.yml | 2 +- .github/workflows/integration-tests-postgres.yml | 2 +- .github/workflows/populate-maven-cache.yml | 2 +- .github/workflows/static-analysis.yml | 4 ++-- .github/workflows/unit-tests.yml | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4d03ca409..6497118cf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,7 +38,7 @@ jobs: java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax - name: Restore existing cache - uses: actions/cache@v4.1.1 # https://github.com/actions/cache + uses: actions/cache@v4.1.2 # https://github.com/actions/cache with: # https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action key: maven-repository-${{ hashFiles('pom.xml') }} diff --git a/.github/workflows/integration-tests-h2.yml b/.github/workflows/integration-tests-h2.yml index ec8f2a679..afd36fb2d 100644 --- a/.github/workflows/integration-tests-h2.yml +++ b/.github/workflows/integration-tests-h2.yml @@ -46,7 +46,7 @@ jobs: distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions java-version: ${{ matrix.java-version }} # https://github.com/actions/setup-java#supported-version-syntax - name: Restore existing cache - uses: actions/cache@v4.1.1 # https://github.com/actions/cache + uses: actions/cache@v4.1.2 # https://github.com/actions/cache with: # https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action key: maven-repository-${{ hashFiles('pom.xml') }} diff --git a/.github/workflows/integration-tests-mysql.yml b/.github/workflows/integration-tests-mysql.yml index 190fbbc4e..47869b2d5 100644 --- a/.github/workflows/integration-tests-mysql.yml +++ b/.github/workflows/integration-tests-mysql.yml @@ -58,7 +58,7 @@ jobs: distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax - name: Restore existing cache - uses: actions/cache@v4.1.1 # https://github.com/actions/cache + uses: actions/cache@v4.1.2 # https://github.com/actions/cache with: # https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action key: maven-repository-${{ hashFiles('pom.xml') }} diff --git a/.github/workflows/integration-tests-postgres.yml b/.github/workflows/integration-tests-postgres.yml index 9e58d2042..2a06cb492 100644 --- a/.github/workflows/integration-tests-postgres.yml +++ b/.github/workflows/integration-tests-postgres.yml @@ -49,7 +49,7 @@ jobs: distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax - name: Restore existing cache - uses: actions/cache@v4.1.1 # https://github.com/actions/cache + uses: actions/cache@v4.1.2 # https://github.com/actions/cache with: # https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action key: maven-repository-${{ hashFiles('pom.xml') }} diff --git a/.github/workflows/populate-maven-cache.yml b/.github/workflows/populate-maven-cache.yml index e85cdfe8e..921bf5c6a 100644 --- a/.github/workflows/populate-maven-cache.yml +++ b/.github/workflows/populate-maven-cache.yml @@ -43,7 +43,7 @@ jobs: java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax - name: Restore existing cache - uses: actions/cache@v4.1.1 # https://github.com/actions/cache + uses: actions/cache@v4.1.2 # https://github.com/actions/cache with: # https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action key: maven-repository-${{ hashFiles('pom.xml') }} diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 4ac25654f..f624e90e0 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -32,7 +32,7 @@ jobs: distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax - name: Restore existing cache - uses: actions/cache@v4.1.1 # https://github.com/actions/cache + uses: actions/cache@v4.1.2 # https://github.com/actions/cache with: # https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action key: maven-repository-${{ hashFiles('pom.xml') }} @@ -57,7 +57,7 @@ jobs: distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax - name: Restore existing cache - uses: actions/cache@v4.1.1 # https://github.com/actions/cache + uses: actions/cache@v4.1.2 # https://github.com/actions/cache with: # https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action key: maven-repository-${{ hashFiles('pom.xml') }} diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 6074eb0d8..a091d0c71 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -31,7 +31,7 @@ jobs: distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax - name: Restore existing cache - uses: actions/cache@v4.1.1 # https://github.com/actions/cache + uses: actions/cache@v4.1.2 # https://github.com/actions/cache with: # https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action key: maven-repository-${{ hashFiles('pom.xml') }} @@ -56,7 +56,7 @@ jobs: distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax - name: Restore existing cache - uses: actions/cache@v4.1.1 # https://github.com/actions/cache + uses: actions/cache@v4.1.2 # https://github.com/actions/cache with: # https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action key: maven-repository-${{ hashFiles('pom.xml') }}