bump actions/cache to v4

This commit is contained in:
Adam Velebil 2024-02-05 15:09:30 +01:00
parent ce2289b3c3
commit 8d6d32c96e
No known key found for this signature in database
GPG Key ID: C9B1E4A3CBBD2E10
3 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ jobs:
- name: Cache helper
id: cache-helper
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
build/linux/helper

View File

@ -30,7 +30,7 @@ jobs:
- name: Cache helper
id: cache-helper
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
build/macos/helper

View File

@ -29,7 +29,7 @@ jobs:
- name: Cache helper
id: cache-helper
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
build/windows/helper