File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
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 22
22
fail-fast : false
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@v5
26
26
- uses : oss-review-toolkit/ort-ci-github-action@v1
27
27
with :
28
28
allow-dynamic-versions : " true"
37
37
packages : write
38
38
steps :
39
39
- name : Checkout repository
40
- uses : actions/checkout@v4
40
+ uses : actions/checkout@v5
41
41
42
42
- name : Log in to the Container registry
43
43
uses : docker/login-action@v3
Original file line number Diff line number Diff line change 22
22
fail-fast : false
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@v5
26
26
- uses : oss-review-toolkit/ort-ci-github-action@v1
27
27
with :
28
28
allow-dynamic-versions : " true"
37
37
new_tag : ${{ steps.tagging.outputs.new_tag }}
38
38
steps :
39
39
- name : Checkout Repository
40
- uses : actions/checkout@v4
40
+ uses : actions/checkout@v5
41
41
with :
42
42
fetch-depth : 0
43
43
78
78
needs : versioning
79
79
steps :
80
80
- name : Checkout Repository
81
- uses : actions/checkout@v4
81
+ uses : actions/checkout@v5
82
82
83
83
- name : Install GitHub CLI
84
84
run : sudo apt-get install -y gh
@@ -105,7 +105,7 @@ jobs:
105
105
packages : write
106
106
steps :
107
107
- name : Checkout repository
108
- uses : actions/checkout@v4
108
+ uses : actions/checkout@v5
109
109
110
110
- name : Log in to the Container registry
111
111
uses : docker/login-action@v3
Original file line number Diff line number Diff line change 13
13
contents : read
14
14
packages : write
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
- name : Set up Python
18
18
uses : actions/setup-python@v5
19
19
with :
Original file line number Diff line number Diff line change 61
61
done
62
62
63
63
- name : OSS Review Toolkit (ORT) Analysis
64
- uses : actions/checkout@v4
64
+ uses : actions/checkout@v5
65
65
with :
66
66
repository : ${{ github.repository }}
67
67
You can’t perform that action at this time.
0 commit comments