File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout Repository
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
with :
21
21
token : ' ${{ secrets.GITHUB_TOKEN }}'
22
22
fetch-depth : 0
Original file line number Diff line number Diff line change 18
18
permissions :
19
19
contents : read
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
- uses : oss-review-toolkit/ort-ci-github-action@v1
23
23
with :
24
24
allow-dynamic-versions : " true"
Original file line number Diff line number Diff line change 19
19
strategy :
20
20
fail-fast : false
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
- uses : oss-review-toolkit/ort-ci-github-action@v1
24
24
with :
25
25
allow-dynamic-versions : " true"
33
33
new_tag : ${{ steps.tagging.outputs.new_tag }}
34
34
steps :
35
35
- name : Checkout Repository
36
- uses : actions/checkout@v4
36
+ uses : actions/checkout@v5
37
37
with :
38
38
fetch-depth : 0
39
39
73
73
needs : versioning
74
74
steps :
75
75
- name : Checkout Repository
76
- uses : actions/checkout@v4
76
+ uses : actions/checkout@v5
77
77
78
78
- name : Install GitHub CLI
79
79
run : sudo apt-get install -y gh
Original file line number Diff line number Diff line change 37
37
CKAN_REDIS_URL : redis://redis:6379/1
38
38
39
39
steps :
40
- - uses : actions/checkout@v4
40
+ - uses : actions/checkout@v5
41
41
- name : Install requirements (common)
42
42
run : |
43
43
pip install -r requirements.txt
78
78
env :
79
79
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
80
80
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
81
- - uses : actions/checkout@v4
81
+ - uses : actions/checkout@v5
82
82
- name : REUSE Compliance Check
83
83
uses : fsfe/reuse-action@v5
You can’t perform that action at this time.
0 commit comments