Skip to content

Commit c1409aa

Browse files
Bump actions/cache from 3.2.4 to 3.3.1 (#140)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c4b789 commit c1409aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- uses: Gr1N/setup-poetry@v8
21-
- uses: actions/cache@v3.2.4
21+
- uses: actions/cache@v3.3.1
2222
id: cache
2323
with:
2424
path: .venv

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ runs:
7373
poetry-preview: ${{ inputs.poetry-preview }}
7474
poetry-version: ${{ inputs.poetry-version }}
7575
- id: composite-python-venv-cache
76-
uses: actions/cache@v3.2.4
76+
uses: actions/cache@v3.3.1
7777
with:
7878
path: .venv
7979
key: venv-${{ runner.os }}-${{ steps.composite-setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}${{ inputs.cache-key-suffix }}

0 commit comments

Comments
 (0)