Skip to content

Commit 01b3513

Browse files
ci: bump actions/cache from 4.0.1 to 4.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 63de7d6 commit 01b3513

7 files changed

+9
-9
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax
3939

4040
- name: Restore existing cache
41-
uses: actions/[email protected].1 # https://github.com/actions/cache
41+
uses: actions/[email protected].2 # https://github.com/actions/cache
4242
with:
4343
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
4444
key: maven-repository-${{ hashFiles('pom.xml') }}

.github/workflows/integration-tests-h2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
4747
java-version: ${{ matrix.java-version }} # https://github.com/actions/setup-java#supported-version-syntax
4848
- name: Restore existing cache
49-
uses: actions/[email protected].1 # https://github.com/actions/cache
49+
uses: actions/[email protected].2 # https://github.com/actions/cache
5050
with:
5151
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
5252
key: maven-repository-${{ hashFiles('pom.xml') }}

.github/workflows/integration-tests-mysql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
5959
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax
6060
- name: Restore existing cache
61-
uses: actions/[email protected].1 # https://github.com/actions/cache
61+
uses: actions/[email protected].2 # https://github.com/actions/cache
6262
with:
6363
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
6464
key: maven-repository-${{ hashFiles('pom.xml') }}

.github/workflows/integration-tests-postgres.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
5050
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax
5151
- name: Restore existing cache
52-
uses: actions/[email protected].1 # https://github.com/actions/cache
52+
uses: actions/[email protected].2 # https://github.com/actions/cache
5353
with:
5454
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
5555
key: maven-repository-${{ hashFiles('pom.xml') }}

.github/workflows/populate-maven-cache.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax
4444

4545
- name: Restore existing cache
46-
uses: actions/[email protected].1 # https://github.com/actions/cache
46+
uses: actions/[email protected].2 # https://github.com/actions/cache
4747
with:
4848
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
4949
key: maven-repository-${{ hashFiles('pom.xml') }}

.github/workflows/static-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
3333
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax
3434
- name: Restore existing cache
35-
uses: actions/[email protected].1 # https://github.com/actions/cache
35+
uses: actions/[email protected].2 # https://github.com/actions/cache
3636
with:
3737
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
3838
key: maven-repository-${{ hashFiles('pom.xml') }}
@@ -57,7 +57,7 @@ jobs:
5757
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
5858
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax
5959
- name: Restore existing cache
60-
uses: actions/[email protected].1 # https://github.com/actions/cache
60+
uses: actions/[email protected].2 # https://github.com/actions/cache
6161
with:
6262
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
6363
key: maven-repository-${{ hashFiles('pom.xml') }}

.github/workflows/unit-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
3232
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax
3333
- name: Restore existing cache
34-
uses: actions/[email protected].1 # https://github.com/actions/cache
34+
uses: actions/[email protected].2 # https://github.com/actions/cache
3535
with:
3636
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
3737
key: maven-repository-${{ hashFiles('pom.xml') }}
@@ -56,7 +56,7 @@ jobs:
5656
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
5757
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax
5858
- name: Restore existing cache
59-
uses: actions/[email protected].1 # https://github.com/actions/cache
59+
uses: actions/[email protected].2 # https://github.com/actions/cache
6060
with:
6161
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
6262
key: maven-repository-${{ hashFiles('pom.xml') }}

0 commit comments

Comments
 (0)