Skip to content

Commit

Permalink
Merge pull request #116 from Undertone0809/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/cache-3.3.2

⬆️ bump actions/cache from 2.1.6 to 3.3.2
  • Loading branch information
Undertone0809 authored Nov 7, 2023
2 parents da34d31 + 1d88e56 commit 1b6d0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: pip install poetry

- name: Set up cache
uses: actions/cache@v2.1.6
uses: actions/cache@v3.3.2
with:
path: .venv
key: venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}
Expand Down

0 comments on commit 1b6d0cc

Please sign in to comment.