Skip to content

Commit

Permalink
Bump actions/cache from 3.3.1 to 3.3.2
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored Sep 8, 2023
1 parent b9581d2 commit 72af730
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
${{
Expand Down Expand Up @@ -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: >-
${{
Expand Down Expand Up @@ -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: >-
${{
Expand Down Expand Up @@ -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: >-
${{
Expand Down Expand Up @@ -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: >-
${{
Expand Down Expand Up @@ -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: >-
${{
Expand Down Expand Up @@ -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: >-
${{
Expand Down Expand Up @@ -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: >-
${{
Expand Down Expand Up @@ -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: >-
${{
Expand Down Expand Up @@ -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: >-
${{
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
Expand All @@ -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: >-
Expand Down

0 comments on commit 72af730

Please sign in to comment.