File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
- name : Check out repository
14
14
uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
15
15
- name : Set up python 3.9
16
- uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
16
+ uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4
17
17
with :
18
18
python-version : 3.9
19
19
- name : Install Poetry
Original file line number Diff line number Diff line change 23
23
- name : Check out repository
24
24
uses : actions/checkout@v3
25
25
- name : Set up python ${{ matrix.python-version }}
26
- uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
26
+ uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4
27
27
with :
28
28
python-version : ${{ matrix.python-version }}
29
29
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments