Merge pull request #4 from thamognya/dependabot/github_actions/actions/cache-3.2.1

⬆️ Bump actions/cache from 2.1.6 to 3.2.1
main
Thamognya 2022-12-24 08:31:40 +07:00 committed by GitHub
commit 0545bc4566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
run: make poetry-download
- name: Set up cache
uses: actions/cache@v2.1.6
uses: actions/cache@v3.2.1
with:
path: .venv
key: venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}