diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7357ac286..4dc37c65e 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.0.0 # https://github.com/actions/cache + uses: actions/cache@v4.0.1 # 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 b9f40c7de..8c9f0e28d 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.0.0 # https://github.com/actions/cache + uses: actions/cache@v4.0.1 # 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 bf2161454..d7f33e2fa 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.0.0 # https://github.com/actions/cache + uses: actions/cache@v4.0.1 # 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 72a0c2570..9426a512a 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.0.0 # https://github.com/actions/cache + uses: actions/cache@v4.0.1 # 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 c2ee6d386..a492778fb 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.0.0 # https://github.com/actions/cache + uses: actions/cache@v4.0.1 # 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 21e99354e..5a44656e3 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.0.0 # https://github.com/actions/cache + uses: actions/cache@v4.0.1 # 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.0.0 # https://github.com/actions/cache + uses: actions/cache@v4.0.1 # 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 cc7b235ef..db3b695ab 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.0.0 # https://github.com/actions/cache + uses: actions/cache@v4.0.1 # 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.0.0 # https://github.com/actions/cache + uses: actions/cache@v4.0.1 # 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') }}