Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
john-sandall committed Mar 30, 2024
1 parent cd72e57 commit 89e6593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
which python
- name: Set up Poetry cache
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
with:
path: venv
key: venv-${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
print("::set-output name=result::{}".format(result))
- name: Restore pre-commit cache
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
with:
path: ~/.cache/pre-commit
key: ${{ steps.pre-commit-cache.outputs.result }}-${{ hashFiles('.pre-commit-config.yaml') }}
Expand Down

0 comments on commit 89e6593

Please sign in to comment.