Skip to content

Commit 74bb7b4

Browse files
renovate[bot]alexanderkiel
authored andcommitted
chore(deps): update actions/cache digest to 0057852
1 parent ee30f2c commit 74bb7b4

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.github/actions/speicherwolke-download/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inputs:
1212
runs:
1313
using: composite
1414
steps:
15-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
15+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
1616
with:
1717
key: ${{ inputs.filename }}
1818
path: ${{ inputs.filename }}

.github/workflows/build.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -168,13 +168,13 @@ jobs:
168168
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
169169

170170
- name: Cache Local Maven Repo
171-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
171+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
172172
with:
173173
path: ~/.m2/repository
174174
key: ${{ runner.os }}-temurin-${{ matrix.java-version }}-maven-${{ matrix.module }}-${{ hashFiles(format('modules/{0}/deps.edn', matrix.module)) }}
175175

176176
- name: Cache Clojure GitLibs
177-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
177+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
178178
with:
179179
path: ~/.gitlibs
180180
key: ${{ runner.os }}-gitlibs-${{ matrix.module }}-${{ hashFiles(format('modules/{0}/deps.edn', matrix.module)) }}
@@ -232,13 +232,13 @@ jobs:
232232
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
233233

234234
- name: Cache Local Maven Repo
235-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
235+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
236236
with:
237237
path: ~/.m2/repository
238238
key: ${{ runner.os }}-temurin-${{ matrix.java-version }}-maven-${{ matrix.module }}-${{ hashFiles(format('modules/{0}/deps.edn', matrix.module)) }}
239239

240240
- name: Cache Clojure GitLibs
241-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
241+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
242242
with:
243243
path: ~/.gitlibs
244244
key: ${{ runner.os }}-gitlibs-${{ matrix.module }}-${{ hashFiles(format('modules/{0}/deps.edn', matrix.module)) }}
@@ -279,13 +279,13 @@ jobs:
279279
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
280280

281281
- name: Cache Local Maven Repo
282-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
282+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
283283
with:
284284
path: ~/.m2/repository
285285
key: ${{ runner.os }}-temurin-21-maven-db-coverage-${{ hashFiles('modules/db/deps.edn') }}
286286

287287
- name: Cache Clojure GitLibs
288-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
288+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
289289
with:
290290
path: ~/.gitlibs
291291
key: ${{ runner.os }}-gitlibs-db-coverage-${{ hashFiles('modules/db/deps.edn') }}
@@ -339,13 +339,13 @@ jobs:
339339
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
340340

341341
- name: Cache Local Maven Repo
342-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
342+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
343343
with:
344344
path: ~/.m2/repository
345345
key: ${{ runner.os }}-temurin-${{ matrix.java-version }}-maven-${{ hashFiles('deps.edn') }}
346346

347347
- name: Cache Clojure GitLibs
348-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
348+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
349349
with:
350350
path: ~/.gitlibs
351351
key: ${{ runner.os }}-gitlibs-${{ hashFiles('deps.edn') }}
@@ -397,13 +397,13 @@ jobs:
397397
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
398398

399399
- name: Cache Local Maven Repo
400-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
400+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
401401
with:
402402
path: ~/.m2/repository
403403
key: ${{ runner.os }}-temurin-21-maven-build-${{ hashFiles('**/deps.edn') }}
404404

405405
- name: Cache Clojure GitLibs
406-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
406+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
407407
with:
408408
path: ~/.gitlibs
409409
key: ${{ runner.os }}-gitlibs-build-${{ hashFiles('**/deps.edn') }}
@@ -2191,13 +2191,13 @@ jobs:
21912191
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
21922192

21932193
- name: Cache Local Maven Repo
2194-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
2194+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
21952195
with:
21962196
path: ~/.m2/repository
21972197
key: ${{ runner.os }}-temurin-21-maven-jepsen-${{ hashFiles('modules/jepsen/deps.edn') }}
21982198

21992199
- name: Cache Clojure GitLibs
2200-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
2200+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
22012201
with:
22022202
path: ~/.gitlibs
22032203
key: ${{ runner.os }}-gitlibs-jepsen-${{ hashFiles('modules/jepsen/deps.edn') }}
@@ -2601,13 +2601,13 @@ jobs:
26012601
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
26022602

26032603
- name: Cache Local Maven Repo
2604-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
2604+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
26052605
with:
26062606
path: ~/.m2/repository
26072607
key: ${{ runner.os }}-temurin-21-maven-jepsen-${{ hashFiles('modules/jepsen/deps.edn') }}
26082608

26092609
- name: Cache Clojure GitLibs
2610-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
2610+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
26112611
with:
26122612
path: ~/.gitlibs
26132613
key: ${{ runner.os }}-gitlibs-jepsen-${{ hashFiles('modules/jepsen/deps.edn') }}

0 commit comments

Comments
 (0)