Skip to content

Commit

Permalink
build(deps): bump actions/cache from 4.0.2 to 4.1.0 in the actions gr…
Browse files Browse the repository at this point in the history
…oup (#565)
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 23974b1 commit 760f0fd
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/cache@v4.0.2
uses: actions/cache@v4.1.0
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/restore@v4.0.2
uses: actions/cache/restore@v4.1.0
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/restore@v4.0.2
uses: actions/cache/restore@v4.1.0
with:
path: venv
fail-on-cache-miss: true
Expand Down

0 comments on commit 760f0fd

Please sign in to comment.