Skip to content

Commit 74c40dd

Browse files
build(deps): bump actions/cache from v2.1.2 to v2.1.3 (23582)
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.2 to v2.1.3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.2...0781355) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit a43fea8) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb6059e commit 74c40dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
run: sudo ./.github/workflows/posix-deps-apt.sh
126126
- name: 'Restore OpenSSL build'
127127
id: cache-openssl
128-
uses: actions/[email protected].2
128+
uses: actions/[email protected].3
129129
with:
130130
path: ./multissl/openssl/${{ env.OPENSSL_VER }}
131131
key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: sudo ./.github/workflows/posix-deps-apt.sh
3131
- name: 'Restore OpenSSL build'
3232
id: cache-openssl
33-
uses: actions/[email protected].2
33+
uses: actions/[email protected].3
3434
with:
3535
path: ./multissl/openssl/${{ env.OPENSSL_VER }}
3636
key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}

0 commit comments

Comments
 (0)