File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
107
107
steps :
108
108
- name : Checkout Tyk
109
- uses : actions/checkout@v4
109
+ uses : actions/checkout@v5
110
110
with :
111
111
ref : ${{ github.ref }}
112
112
Original file line number Diff line number Diff line change 32
32
33
33
steps :
34
34
- name : Checkout repository
35
- uses : actions/checkout@v4
35
+ uses : actions/checkout@v5
36
36
with :
37
37
# We must fetch at least the immediate parents so that if this is
38
38
# a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 17
17
name : Validate the swagger with redocly cli
18
18
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
- uses : actions/setup-node@v4
22
22
with :
23
23
node-version : 20
Original file line number Diff line number Diff line change 28
28
run : sudo rm -rf /usr/local/bin/* /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL
29
29
30
30
- name : Checkout
31
- uses : actions/checkout@v4
31
+ uses : actions/checkout@v5
32
32
with :
33
33
fetch-depth : 1
34
34
Original file line number Diff line number Diff line change 10
10
name : Opentelemetry e2e
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
with :
15
15
fetch-depth : 1
16
16
32
32
runs-on : ubuntu-latest
33
33
34
34
steps :
35
- - uses : actions/checkout@v4
35
+ - uses : actions/checkout@v5
36
36
with :
37
37
fetch-depth : 1
38
38
70
70
if : startsWith(github.ref, 'refs/tags')
71
71
72
72
steps :
73
- - uses : actions/checkout@v4
73
+ - uses : actions/checkout@v5
74
74
with :
75
75
fetch-depth : 1
76
76
Original file line number Diff line number Diff line change 54
54
commit_author : ${{ steps.set_outputs.outputs.commit_author}}
55
55
steps :
56
56
- name : Checkout of tyk
57
- uses : actions/checkout@v4
57
+ uses : actions/checkout@v5
58
58
with :
59
59
fetch-depth : 1
60
60
- name : Set some outputs for later
@@ -406,7 +406,7 @@ jobs:
406
406
- arm64
407
407
distro : ${{ fromJson(needs.test-controller-distros.outputs.deb) }}
408
408
steps :
409
- - uses : actions/checkout@v4
409
+ - uses : actions/checkout@v5
410
410
with :
411
411
fetch-depth : 1
412
412
sparse-checkout : ci
@@ -463,7 +463,7 @@ jobs:
463
463
- arm64
464
464
distro : ${{ fromJson(needs.test-controller-distros.outputs.rpm) }}
465
465
steps :
466
- - uses : actions/checkout@v4
466
+ - uses : actions/checkout@v5
467
467
with :
468
468
fetch-depth : 1
469
469
sparse-checkout : ci
You can’t perform that action at this time.
0 commit comments