Merge pull request #2671 from PyO3/dependabot/github_actions/actions/cache-3

This commit is contained in:
dependabot[bot] 2022-10-10 05:04:47 +00:00 committed by GitHub
commit 1b28176e3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -70,7 +70,7 @@ jobs:
toolchain: stable
override: true
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.cargo/registry
@ -87,7 +87,7 @@ jobs:
# Download previous benchmark result from cache (if exists)
- name: Download previous benchmark data
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ./cache
key: ${{ runner.os }}-benchmark
@ -119,7 +119,7 @@ jobs:
toolchain: stable
override: true
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.cargo/registry
@ -129,7 +129,7 @@ jobs:
continue-on-error: true
- name: Download previous benchmark data
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ./cache
key: ${{ runner.os }}-pytest-benchmark