We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0544c04 commit 913e759Copy full SHA for 913e759
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
steps:
33
- name: 'Looking up cache'
34
id: cache-openssl
35
- uses: actions/cache@v1
+ uses: actions/cache@v3
36
with:
37
path: ${{ github.workspace }}/openssl/
38
key: ${{ runner.os }}-${{ runner.arch }}-${{ matrix.openssl.version }}
@@ -114,7 +114,7 @@ jobs:
114
# Restore or install build openssl version
115
- name: 'Restore openssl from cache'
116
id: lookup-openssl
117
118
119
120
0 commit comments