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 f27d260 commit ef62cd7Copy full SHA for ef62cd7
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.3
+ - uses: actions/cache@v4.0.0
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.3
+ uses: actions/cache@v4.0.0
88
89
90
key: venv-${{ runner.os }}-${{ steps.composite-setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}${{ inputs.cache-key-suffix }}
0 commit comments