Skip to content

Commit

Permalink
Bump actions/cache from 4.1.1 to 4.1.2 (#5366)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 6f196c9 commit 9c99bf3
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: venv
key: |
Expand All @@ -47,7 +47,7 @@ jobs:
pip install -r requirements.txt -r requirements_tests.txt
- name: Restore pre-commit environment from cache
id: cache-precommit
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ${{ env.PRE_COMMIT_CACHE }}
lookup-only: true
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
python-version: ${{ needs.prepare.outputs.python-version }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: venv
key: |
Expand All @@ -87,7 +87,7 @@ jobs:
exit 1
- name: Restore pre-commit environment from cache
id: cache-precommit
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ${{ env.PRE_COMMIT_CACHE }}
key: |
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
python-version: ${{ needs.prepare.outputs.python-version }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: venv
key: |
Expand All @@ -130,7 +130,7 @@ jobs:
exit 1
- name: Restore pre-commit environment from cache
id: cache-precommit
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ${{ env.PRE_COMMIT_CACHE }}
key: |
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
python-version: ${{ needs.prepare.outputs.python-version }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: venv
key: |
Expand All @@ -188,7 +188,7 @@ jobs:
exit 1
- name: Restore pre-commit environment from cache
id: cache-precommit
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ${{ env.PRE_COMMIT_CACHE }}
key: |
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
python-version: ${{ needs.prepare.outputs.python-version }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: venv
key: |
Expand All @@ -232,7 +232,7 @@ jobs:
exit 1
- name: Restore pre-commit environment from cache
id: cache-precommit
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ${{ env.PRE_COMMIT_CACHE }}
key: |
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
python-version: ${{ needs.prepare.outputs.python-version }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: venv
key: |
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
cosign-release: "v2.4.0"
- name: Restore Python virtual environment
id: cache-venv
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: venv
key: |
Expand Down Expand Up @@ -355,7 +355,7 @@ jobs:
python-version: ${{ needs.prepare.outputs.python-version }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: venv
key: |
Expand Down

0 comments on commit 9c99bf3

Please sign in to comment.