Skip to content

Commit 85cc3d7

Browse files
dependabot[bot]galovics
authored andcommitted
Bump actions/cache from 4.3.0 to 5.0.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...a783357) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a085f8c commit 85cc3d7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build-cucumber.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
distribution: 'zulu'
4040

4141
- name: Cache Gradle dependencies
42-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
42+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v4
4343
with:
4444
path: |
4545
~/.gradle/caches

.github/workflows/build-mariadb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
distribution: 'zulu'
5757

5858
- name: Cache Gradle dependencies
59-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
59+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v4
6060
with:
6161
path: |
6262
~/.gradle/caches

.github/workflows/build-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
distribution: 'zulu'
5757

5858
- name: Cache Gradle dependencies
59-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
59+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v4
6060
with:
6161
path: |
6262
~/.gradle/caches

.github/workflows/build-postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
distribution: 'zulu'
5858

5959
- name: Cache Gradle dependencies
60-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
60+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v4
6161
with:
6262
path: |
6363
~/.gradle/caches

.github/workflows/liquibase-only-postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
distribution: 'zulu'
3939

4040
- name: Cache Gradle dependencies
41-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
41+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v4
4242
with:
4343
path: |
4444
~/.gradle/caches

0 commit comments

Comments
 (0)