File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
id : vars
17
17
run : echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
18
18
- name : Set up Python 3.10
19
- uses : actions/setup-python@v4.8 .0
19
+ uses : actions/setup-python@v5.0 .0
20
20
with :
21
21
python-version : " 3.10"
22
22
- name : Install build
Original file line number Diff line number Diff line change 18
18
- name : Check out code from GitHub
19
19
uses : actions/checkout@v4.1.1
20
20
- name : Set up Python
21
- uses : actions/setup-python@v4.8 .0
21
+ uses : actions/setup-python@v5.0 .0
22
22
with :
23
23
python-version : " 3.10"
24
24
- name : Install dependencies
52
52
- name : Check out code from GitHub
53
53
uses : actions/checkout@v4.1.1
54
54
- name : Set up Python ${{ matrix.python-version }}
55
- uses : actions/setup-python@v4.8 .0
55
+ uses : actions/setup-python@v5.0 .0
56
56
with :
57
57
python-version : ${{ matrix.python-version }}
58
58
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments