Skip to content

Commit 926fbd6

Browse files
ci: bump actions/cache from 4.2.0 to 4.2.1
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.0...v4.2.1) --- 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 bce74c5 commit 926fbd6

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].0 # https://github.com/actions/cache
41+
uses: actions/[email protected].1 # 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
@@ -55,7 +55,7 @@ jobs:
5555
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
5656
java-version: ${{ matrix.java-version }} # https://github.com/actions/setup-java#supported-version-syntax
5757
- name: Restore existing cache
58-
uses: actions/[email protected].0 # https://github.com/actions/cache
58+
uses: actions/[email protected].1 # https://github.com/actions/cache
5959
with:
6060
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
6161
key: maven-repository-${{ hashFiles('pom.xml') }}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
6868
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax
6969
- name: Restore existing cache
70-
uses: actions/[email protected].0 # https://github.com/actions/cache
70+
uses: actions/[email protected].1 # https://github.com/actions/cache
7171
with:
7272
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
7373
key: maven-repository-${{ hashFiles('pom.xml') }}

.github/workflows/integration-tests-postgres.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].0 # https://github.com/actions/cache
61+
uses: actions/[email protected].1 # 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/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].0 # https://github.com/actions/cache
46+
uses: actions/[email protected].1 # 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
@@ -41,7 +41,7 @@ jobs:
4141
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
4242
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax
4343
- name: Restore existing cache
44-
uses: actions/[email protected].0 # https://github.com/actions/cache
44+
uses: actions/[email protected].1 # https://github.com/actions/cache
4545
with:
4646
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
4747
key: maven-repository-${{ hashFiles('pom.xml') }}
@@ -66,7 +66,7 @@ jobs:
6666
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
6767
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax
6868
- name: Restore existing cache
69-
uses: actions/[email protected].0 # https://github.com/actions/cache
69+
uses: actions/[email protected].1 # https://github.com/actions/cache
7070
with:
7171
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
7272
key: maven-repository-${{ hashFiles('pom.xml') }}

.github/workflows/unit-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
4141
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax
4242
- name: Restore existing cache
43-
uses: actions/[email protected].0 # https://github.com/actions/cache
43+
uses: actions/[email protected].1 # https://github.com/actions/cache
4444
with:
4545
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
4646
key: maven-repository-${{ hashFiles('pom.xml') }}
@@ -65,7 +65,7 @@ jobs:
6565
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
6666
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax
6767
- name: Restore existing cache
68-
uses: actions/[email protected].0 # https://github.com/actions/cache
68+
uses: actions/[email protected].1 # https://github.com/actions/cache
6969
with:
7070
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
7171
key: maven-repository-${{ hashFiles('pom.xml') }}

0 commit comments

Comments
 (0)