Skip to content

Commit

Permalink
Bump github actions dependencies so we use actions/cache@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jaharkes committed Jul 26, 2024
1 parent 5b0a42c commit 79b26ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
python-version: "3.8"
- name: Run pre-commit checks
uses: pre-commit/[email protected].0
uses: pre-commit/[email protected].1
tests:
name: Tests
needs: pre-commit
Expand All @@ -44,7 +44,7 @@ jobs:
pipx install poetry
echo "POETRY_CACHE_DIR=$(pip cache dir)" >> $GITHUB_ENV
- name: Cache poetry
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.POETRY_CACHE_DIR }}
key: ${{ runner.os }}-poetry-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
Expand Down

0 comments on commit 79b26ce

Please sign in to comment.