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 7c4b789 commit c1409aaCopy full SHA for c1409aa
.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.2.4
+ - uses: actions/cache@v3.3.1
22
id: cache
23
24
path: .venv
action.yml
@@ -73,7 +73,7 @@ runs:
73
poetry-preview: ${{ inputs.poetry-preview }}
74
poetry-version: ${{ inputs.poetry-version }}
75
- id: composite-python-venv-cache
76
- uses: actions/cache@v3.2.4
+ uses: actions/cache@v3.3.1
77
78
79
key: venv-${{ runner.os }}-${{ steps.composite-setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}${{ inputs.cache-key-suffix }}
0 commit comments