Skip to content

Commit 7017c51

Browse files
eclipse-apoapsis-botsschuberth
authored andcommitted
deps: update actions/cache digest to 0057852
1 parent 893f244 commit 7017c51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: echo "info=$(./gradlew -q :cli:properties | grep kotlin.plugin.loaded.in.projects)" >> $GITHUB_OUTPUT
7878

7979
- name: Cache the .konan directory
80-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
80+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
8181
with:
8282
path: ~/.konan
8383
key: ${{ steps.get-kotlin-plugin-info.outputs.info }}

.github/workflows/ort.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo "ort/bin" >> $GITHUB_PATH
4646
4747
- name: Cache ORT Cache Directory
48-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
48+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
4949
with:
5050
path: ~/.ort/cache
5151
key: ort-cache-${{ runner.os }}

0 commit comments

Comments
 (0)