Skip to content

Commit f27d260

Browse files
Bump actions/cache from 3.3.2 to 3.3.3 (#173)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 82c1757 commit f27d260

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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.3.2
21+
- uses: actions/cache@v3.3.3
2222
id: cache
2323
with:
2424
path: .venv

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ runs:
8484
poetry-preview: ${{ inputs.poetry-preview }}
8585
poetry-version: ${{ inputs.poetry-version }}
8686
- id: composite-python-venv-cache
87-
uses: actions/cache@v3.3.2
87+
uses: actions/cache@v3.3.3
8888
with:
8989
path: .venv
9090
key: venv-${{ runner.os }}-${{ steps.composite-setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}${{ inputs.cache-key-suffix }}

0 commit comments

Comments
 (0)