Skip to content

Commit a1f0941

Browse files
committed
update
1 parent 30d1ec8 commit a1f0941

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
version: apt-latest-base
209209
execute_install_scripts: true
210210
- name: Restore LibreSSL build
211-
uses: actions/cache/restore@v4
211+
uses: actions/cache/restore@v5
212212
id: libressl-cache
213213
with:
214214
path: |
@@ -232,7 +232,7 @@ jobs:
232232
key: ${{ runner.os }}-libressl-${{ github.sha }}
233233
- if: ${{ steps.libressl-cache.outputs.cache-hit != 'true' }}
234234
name: Cache LibreSSL build
235-
uses: actions/cache/save@v4
235+
uses: actions/cache/save@v5
236236
with:
237237
path: |
238238
libressl-${{ env.LIBRESSL_VERSION }}/

0 commit comments

Comments
 (0)