Merge pull request #4847 from 3d-gussner/MK3_action_cache_v4

Change actions/cache to v4
This commit is contained in:
3d-gussner 2025-02-11 17:57:34 +01:00 committed by GitHub
commit 9fb034a985
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -41,7 +41,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Cache Dependencies - name: Cache Dependencies
uses: actions/cache@v4.0.0 uses: actions/cache@v4
id: cache-pkgs id: cache-pkgs
with: with:
path: ".dependencies" path: ".dependencies"
@ -106,7 +106,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Cache Dependencies - name: Cache Dependencies
uses: actions/cache@v4.0.0 uses: actions/cache@v4
id: cache-pkgs id: cache-pkgs
with: with:
path: ".dependencies" path: ".dependencies"
@ -154,7 +154,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Cache Dependencies - name: Cache Dependencies
uses: actions/cache@v4.0.0 uses: actions/cache@v4
id: cache-pkgs id: cache-pkgs
with: with:
path: ".dependencies" path: ".dependencies"

View File

@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Cache Dependencies - name: Cache Dependencies
uses: actions/cache@v4.0.0 uses: actions/cache@v4
id: cache-pkgs id: cache-pkgs
with: with:
path: ".dependencies" path: ".dependencies"