Skip to content

Commit 47f075d

Browse files
[3.7] Bumps [actions/cache](https://github.com/actions/cache) from v1 to v2.1.3. (pythonGH-23596)
* 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit a43fea8) * [3.7] 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] <support@github.com> 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent db95802 commit 47f075d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: sudo ./.github/workflows/posix-deps-apt.sh
8585
- name: 'Restore OpenSSL build'
8686
id: cache-openssl
87-
uses: actions/cache@v1
87+
uses: actions/cache@v2.1.3
8888
with:
8989
path: ./multissl/openssl/${{ env.OPENSSL_VER }}
9090
key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}

.github/workflows/coverage.yml

+1-1
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/cache@v1
33+
uses: actions/cache@v2.1.3
3434
with:
3535
path: ./multissl/openssl/${{ env.OPENSSL_VER }}
3636
key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}

0 commit comments

Comments
 (0)