mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-02 13:48:15 +02:00
Update cache version
This commit is contained in:
parent
2ddf04d539
commit
840cfd8f4d
2
.github/workflows/tauri-build.yml
vendored
2
.github/workflows/tauri-build.yml
vendored
@ -92,7 +92,7 @@ jobs:
|
||||
workspaces: './frontend/src-tauri -> target'
|
||||
|
||||
- name: Cache JLink runtime
|
||||
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ./frontend/src-tauri/runtime/jre
|
||||
key: jlink-runtime-${{ runner.os }}-jdk21-${{ hashFiles('stirling-pdf/build.gradle') }}
|
||||
|
2
.github/workflows/tauri-test.yml
vendored
2
.github/workflows/tauri-test.yml
vendored
@ -104,7 +104,7 @@ jobs:
|
||||
workspaces: './frontend/src-tauri -> target'
|
||||
|
||||
- name: Cache JLink runtime
|
||||
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ./frontend/src-tauri/runtime/jre
|
||||
key: jlink-runtime-${{ runner.os }}-jdk21-${{ hashFiles('stirling-pdf/build.gradle') }}
|
||||
|
Loading…
Reference in New Issue
Block a user