We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c1757 commit f27d260Copy full SHA for f27d260
2 files changed
.github/workflows/default.yaml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
python-version: ${{ matrix.python-version }}
20
- uses: Gr1N/setup-poetry@v8
21
- - uses: actions/cache@v3.3.2
+ - uses: actions/cache@v3.3.3
22
id: cache
23
24
path: .venv
action.yml
@@ -84,7 +84,7 @@ runs:
84
poetry-preview: ${{ inputs.poetry-preview }}
85
poetry-version: ${{ inputs.poetry-version }}
86
- id: composite-python-venv-cache
87
- uses: actions/cache@v3.3.2
+ uses: actions/cache@v3.3.3
88
89
90
key: venv-${{ runner.os }}-${{ steps.composite-setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}${{ inputs.cache-key-suffix }}
0 commit comments