Skip to content

Commit

Permalink
Bump actions/cache from 3.3.3 to 4.0.0 (#174)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 17, 2024
1 parent f27d260 commit ef62cd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- uses: Gr1N/setup-poetry@v8
- uses: actions/cache@v3.3.3
- uses: actions/cache@v4.0.0
id: cache
with:
path: .venv
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ runs:
poetry-preview: ${{ inputs.poetry-preview }}
poetry-version: ${{ inputs.poetry-version }}
- id: composite-python-venv-cache
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: .venv
key: venv-${{ runner.os }}-${{ steps.composite-setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}${{ inputs.cache-key-suffix }}
Expand Down

0 comments on commit ef62cd7

Please sign in to comment.