Skip to content

Commit fb3565f

Browse files
schveiguyGeod24
authored andcommitted
Try to resolve github CI failure.
1 parent 35a9eeb commit fb3565f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- name: 'Looking up cache'
3434
id: cache-openssl
35-
uses: actions/cache@v1
35+
uses: actions/cache@v3
3636
with:
3737
path: ${{ github.workspace }}/openssl/
3838
key: ${{ runner.os }}-${{ runner.arch }}-${{ matrix.openssl.version }}
@@ -114,7 +114,7 @@ jobs:
114114
# Restore or install build openssl version
115115
- name: 'Restore openssl from cache'
116116
id: lookup-openssl
117-
uses: actions/cache@v1
117+
uses: actions/cache@v3
118118
with:
119119
path: ${{ github.workspace }}/openssl/
120120
key: ${{ runner.os }}-${{ runner.arch }}-${{ matrix.openssl.version }}

0 commit comments

Comments
 (0)