Skip to content

Commit 4fd0ff0

Browse files
Bump actions/cache from 3.2.1 to 3.2.2 (#7941)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.2.1...v3.2.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 75cb147 commit 4fd0ff0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/[email protected]
5757
with:
5858
python-version: ${{ matrix.PYTHON.VERSION }}
59-
- uses: actions/[email protected].1
59+
- uses: actions/[email protected].2
6060
timeout-minutes: 5
6161
with:
6262
path: |
@@ -89,7 +89,7 @@ jobs:
8989
CONFIG_FLAGS: ${{ matrix.PYTHON.OPENSSL.CONFIG_FLAGS }}
9090
if: matrix.PYTHON.OPENSSL
9191
- name: Load cache
92-
uses: actions/[email protected].1
92+
uses: actions/[email protected].2
9393
id: ossl-cache
9494
timeout-minutes: 5
9595
with:
@@ -148,7 +148,7 @@ jobs:
148148
timeout-minutes: 3
149149
with:
150150
persist-credentials: false
151-
- uses: actions/[email protected].1
151+
- uses: actions/[email protected].2
152152
timeout-minutes: 5
153153
with:
154154
path: |
@@ -208,7 +208,7 @@ jobs:
208208
timeout-minutes: 3
209209
with:
210210
persist-credentials: false
211-
- uses: actions/[email protected].1
211+
- uses: actions/[email protected].2
212212
timeout-minutes: 5
213213
with:
214214
path: |
@@ -259,7 +259,7 @@ jobs:
259259
timeout-minutes: 3
260260
with:
261261
persist-credentials: false
262-
- uses: actions/[email protected].1
262+
- uses: actions/[email protected].2
263263
id: cargo-cache
264264
timeout-minutes: 5
265265
with:
@@ -345,7 +345,7 @@ jobs:
345345
timeout-minutes: 3
346346
with:
347347
persist-credentials: false
348-
- uses: actions/[email protected].1
348+
- uses: actions/[email protected].2
349349
timeout-minutes: 5
350350
with:
351351
path: |
@@ -415,7 +415,7 @@ jobs:
415415
with:
416416
python-version: ${{ matrix.PYTHON.VERSION }}
417417
architecture: ${{ matrix.WINDOWS.ARCH }}
418-
- uses: actions/[email protected].1
418+
- uses: actions/[email protected].2
419419
timeout-minutes: 5
420420
with:
421421
path: |
@@ -477,7 +477,7 @@ jobs:
477477
timeout-minutes: 3
478478
with:
479479
persist-credentials: false
480-
- uses: actions/[email protected].1
480+
- uses: actions/[email protected].2
481481
timeout-minutes: 5
482482
with:
483483
path: |

.github/workflows/macarm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/[email protected]
3333
with:
3434
persist-credentials: false
35-
- uses: actions/[email protected].1
35+
- uses: actions/[email protected].2
3636
with:
3737
path: |
3838
src/rust/target/

0 commit comments

Comments
 (0)