Skip to content

Commit 8214483

Browse files
ci: bump actions/cache from 4.2.2 to 4.2.3
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 4.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.2...v4.2.3) --- 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 9978145 commit 8214483

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].2 # https://github.com/actions/cache
41+
uses: actions/[email protected].3 # 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
@@ -57,7 +57,7 @@ jobs:
5757
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
5858
java-version: ${{ matrix.java-version }} # https://github.com/actions/setup-java#supported-version-syntax
5959
- name: Restore existing cache
60-
uses: actions/[email protected].2 # https://github.com/actions/cache
60+
uses: actions/[email protected].3 # 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/integration-tests-mysql.yml

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
6161
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax
6262
- name: Restore existing cache
63-
uses: actions/[email protected].2 # https://github.com/actions/cache
63+
uses: actions/[email protected].3 # https://github.com/actions/cache
6464
with:
6565
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
6666
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].2 # https://github.com/actions/cache
46+
uses: actions/[email protected].3 # 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
@@ -43,7 +43,7 @@ jobs:
4343
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
4444
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax
4545
- name: Restore existing cache
46-
uses: actions/[email protected].2 # https://github.com/actions/cache
46+
uses: actions/[email protected].3 # 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') }}
@@ -68,7 +68,7 @@ jobs:
6868
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
6969
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax
7070
- name: Restore existing cache
71-
uses: actions/[email protected].2 # https://github.com/actions/cache
71+
uses: actions/[email protected].3 # https://github.com/actions/cache
7272
with:
7373
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
7474
key: maven-repository-${{ hashFiles('pom.xml') }}

.github/workflows/unit-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
4343
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax
4444
- name: Restore existing cache
45-
uses: actions/[email protected].2 # https://github.com/actions/cache
45+
uses: actions/[email protected].3 # https://github.com/actions/cache
4646
with:
4747
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action
4848
key: maven-repository-${{ hashFiles('pom.xml') }}
@@ -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].2 # https://github.com/actions/cache
70+
uses: actions/[email protected].3 # 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') }}

0 commit comments

Comments
 (0)