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 14
14
outputs :
15
15
version : ${{ steps.vars.outputs.tag }}
16
16
steps :
17
- - uses : actions/checkout@v4.2.2
17
+ - uses : actions/checkout@v5.0.0
18
18
- name : Get tag
19
19
id : vars
20
20
run : echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
77
77
packages : write
78
78
needs : build-and-publish-pypi
79
79
steps :
80
- - uses : actions/checkout@v4.2.2
80
+ - uses : actions/checkout@v5.0.0
81
81
- name : Log in to the GitHub container registry
82
82
83
83
with :
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Check out code from GitHub
19
- uses : actions/checkout@v4.2.2
19
+ uses : actions/checkout@v5.0.0
20
20
- name : Set up Python
21
21
22
22
with :
42
42
43
43
steps :
44
44
- name : Check out code from GitHub
45
- uses : actions/checkout@v4.2.2
45
+ uses : actions/checkout@v5.0.0
46
46
- name : Set up Python ${{ matrix.python-version }}
47
47
48
48
with :
You can’t perform that action at this time.
0 commit comments