File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
using : composite
14
14
steps :
15
15
- name : Set up Python
16
- uses : actions/setup-python@v4
16
+ uses : actions/setup-python@v5
17
17
with :
18
18
python-version : ${{ inputs.python-version }}
19
19
27
27
id : poetry_version
28
28
29
29
- name : Cache poetry.lock
30
- uses : actions/cache@v3
30
+ uses : actions/cache@v4
31
31
with :
32
32
path : poetry.lock
33
33
key : ${{ inputs.os }}-${{ inputs.python-version }}-poetry-${{ steps.poetry_version.outputs.VERSION }}-${{ hashFiles('pyproject.toml') }}
Original file line number Diff line number Diff line change 24
24
name : OS ${{ matrix.os }} - Python ${{ matrix.python-version }}
25
25
26
26
steps :
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
29
29
- name : Install project dependencies
30
30
uses : ./.github/setup
49
49
timeout-minutes : 10
50
50
51
51
steps :
52
- - uses : actions/checkout@v3
52
+ - uses : actions/checkout@v4
53
53
54
54
-
uses :
pre-commit/[email protected]
You can’t perform that action at this time.
0 commit comments