Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4.1.1 (#329)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent 3a4dd24 commit 22c768f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Poetry check version
run: poetry --version
- name: Restore poetry cache
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
path: ~/.cache/pypoetry/virtualenvs
key: ${{ runner.os }}-poetry-${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Poetry install dependencies
run: poetry install
- name: Restore pre-commit cache
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
path: ~/.cache/pre-commit
key: pre-commit-${{ matrix.python-version }}-${{ hashFiles('.pre-commit-config.yaml') }}
Expand Down

0 comments on commit 22c768f

Please sign in to comment.