We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d1ec8 commit a1f0941Copy full SHA for a1f0941
1 file changed
.github/workflows/linux.yml
@@ -208,7 +208,7 @@ jobs:
208
version: apt-latest-base
209
execute_install_scripts: true
210
- name: Restore LibreSSL build
211
- uses: actions/cache/restore@v4
+ uses: actions/cache/restore@v5
212
id: libressl-cache
213
with:
214
path: |
@@ -232,7 +232,7 @@ jobs:
232
key: ${{ runner.os }}-libressl-${{ github.sha }}
233
- if: ${{ steps.libressl-cache.outputs.cache-hit != 'true' }}
234
name: Cache LibreSSL build
235
- uses: actions/cache/save@v4
+ uses: actions/cache/save@v5
236
237
238
libressl-${{ env.LIBRESSL_VERSION }}/
0 commit comments