Skip to content

Commit

Permalink
build(deps): bump actions/cache from 4.1.1 to 4.1.2 in the actions gr…
Browse files Browse the repository at this point in the history
…oup (#574)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 7c0ef1a commit 30410ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Restore base Python virtual environment
id: cache-venv
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: venv
lookup-only: true
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Restore full Python ${{ steps.python.outputs.python-version }} virtual environment
id: cache-venv
uses: actions/cache/[email protected].1
uses: actions/cache/[email protected].2
with:
path: venv
fail-on-cache-miss: true
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:

- name: Restore full Python ${{ steps.python.outputs.python-version }} virtual environment
id: cache-venv
uses: actions/cache/[email protected].1
uses: actions/cache/[email protected].2
with:
path: venv
fail-on-cache-miss: true
Expand Down

0 comments on commit 30410ea

Please sign in to comment.