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 f3ba59e commit aaaa5edCopy full SHA for aaaa5ed
.github/workflows/test.yml
@@ -5,10 +5,10 @@ jobs:
5
test:
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
9
- name: Set up Python
10
id: setup-python
11
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
12
with:
13
python-version: '3.11.3'
14
- name: Install Poetry
@@ -19,7 +19,7 @@ jobs:
19
installer-parallel: true
20
- name: Load cached venv
21
id: cached-poetry-dependencies
22
- uses: actions/cache@v2
+ uses: actions/cache@v4
23
24
path: .venv
25
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
0 commit comments