-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/cache from 3.3.1 to 3.3.2
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
b9581d2
commit 72af730
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -229,7 +229,7 @@ jobs: | |
- name: Set up pip cache | ||
if: >- | ||
steps.request-check.outputs.release-requested != 'true' | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: >- | ||
${{ | ||
|
@@ -422,7 +422,7 @@ jobs: | |
print(f'py-hash-key={hash}', file=outputs_file) | ||
shell: python | ||
- name: Set up pip cache | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: >- | ||
${{ | ||
|
@@ -671,7 +671,7 @@ jobs: | |
print(f'py-hash-key={hash}', file=outputs_file) | ||
shell: python | ||
- name: Set up pip cache | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: >- | ||
${{ | ||
|
@@ -896,7 +896,7 @@ jobs: | |
print(f'py-hash-key={hash}', file=outputs_file) | ||
shell: python | ||
- name: Set up pip cache | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: >- | ||
${{ | ||
|
@@ -1064,7 +1064,7 @@ jobs: | |
print(f'py-hash-key={hash}', file=outputs_file) | ||
shell: python | ||
- name: Set up pip cache | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: >- | ||
${{ | ||
|
@@ -1203,7 +1203,7 @@ jobs: | |
print(f'py-hash-key={hash}', file=outputs_file) | ||
shell: python | ||
- name: Set up pip cache | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: >- | ||
${{ | ||
|
@@ -1736,7 +1736,7 @@ jobs: | |
shell: python | ||
- name: Set up pip cache | ||
if: fromJSON(steps.py-abi.outputs.is-stable-abi) | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: >- | ||
${{ | ||
|
@@ -1959,7 +1959,7 @@ jobs: | |
shell: python | ||
- name: Set up pip cache | ||
if: fromJSON(steps.py-abi.outputs.is-stable-abi) | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: >- | ||
${{ | ||
|
@@ -2112,7 +2112,7 @@ jobs: | |
print(f'py-hash-key={hash}', file=outputs_file) | ||
shell: python | ||
- name: Set up pip cache | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: >- | ||
${{ | ||
|
@@ -2460,7 +2460,7 @@ jobs: | |
print(f'py-hash-key={hash}', file=outputs_file) | ||
shell: python | ||
- name: Set up pip cache | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: >- | ||
${{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ jobs: | |
print(f'py-hash-key={hash}', file=outputs_file) | ||
shell: python | ||
- name: Pre-commit cache | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: ~/.cache/pre-commit | ||
key: >- | ||
|
@@ -64,7 +64,7 @@ jobs: | |
hashFiles('.pre-commit-config.yaml') }}-${{ | ||
hashFiles('pytest.ini') }} | ||
- name: Pip cache | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: ~/.cache/pip | ||
key: >- | ||
|