File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 37
37
python-version : ["3.10"]
38
38
39
39
steps :
40
- - uses : actions/checkout@v4
40
+ - uses : actions/checkout@v5
41
41
with :
42
42
ref : ${{ github.event.inputs.ref }}
43
43
Original file line number Diff line number Diff line change 26
26
jira-version : [8.17.1]
27
27
28
28
steps :
29
- - uses : actions/checkout@v4
29
+ - uses : actions/checkout@v5
30
30
with :
31
31
ref : ${{ github.event.inputs.ref }}
32
32
Original file line number Diff line number Diff line change 30
30
run : python3 -m pip install --user "tox>=4.0.0"
31
31
32
32
- name : Check out src from Git
33
- uses : actions/checkout@v4
33
+ uses : actions/checkout@v5
34
34
with :
35
35
fetch-depth : 0 # needed by setuptools-scm
36
36
submodules : true
Original file line number Diff line number Diff line change 66
66
sudo apt-get update -y
67
67
sudo apt-get --assume-yes --no-install-recommends install -y apt-transport-https curl libkrb5-dev
68
68
69
- - uses : actions/checkout@v4
69
+ - uses : actions/checkout@v5
70
70
with :
71
71
fetch-depth : 0 # needed by setuptools-scm
72
72
submodules : true
@@ -138,7 +138,7 @@ jobs:
138
138
139
139
steps :
140
140
# checkout needed for codecov action which needs codecov.yml file
141
- - uses : actions/checkout@v4
141
+ - uses : actions/checkout@v5
142
142
143
143
- name : Set up Python # likely needed for coverage
144
144
uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments