8000 [3.9] build(deps): bump actions/cache from 3.0.1 to 3.0.2 (GH-92111) … · python/cpython@07c1cfd · GitHub
[go: up one dir, main page]

Skip to content

Commit 07c1cfd

Browse files
[3.9] build(deps): bump actions/cache from 3.0.1 to 3.0.2 (GH-92111) (#92125)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>. (cherry picked from commit eefe691) 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 54f06ae commit 07c1cfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
echo "LD_LIBRARY_PATH=${GITHUB_WORKSPACE}/multissl/openssl/${OPENSSL_VER}/lib" >> $GITHUB_ENV
179179
- name: 'Restore OpenSSL build'
180180
id: cache-openssl
181-
uses: actions/cache@v3.0.1
181+
uses: actions/cache@v3.0.2
182182
with:
183183
path: ./multissl/openssl/${{ env.OPENSSL_VER }}
184184
key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}
@@ -224,7 +224,7 @@ jobs:
224224
echo "LD_LIBRARY_PATH=${GITHUB_WORKSPACE}/multissl/openssl/${OPENSSL_VER}/lib" >> $GITHUB_ENV
225225
- name: 'Restore OpenSSL build'
226226
id: cache-openssl
227-
uses: actions/cache@v3.0.1
227+
uses: actions/cache@v3.0.2
228228
with:
229229
path: ./multissl/openssl/${{ env.OPENSSL_VER }}
230230
key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}

0 commit comments

Comments
 (0)
0