File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 24
24
private_key : ${{ secrets.PROJECT_ACTIONS_MANAGEMENT_APP_PEM }}
25
25
26
26
- name : Checkout
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
with :
29
29
token : ${{ steps.generate_token.outputs.token }}
30
30
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest-8-cores
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
21
21
with :
22
22
fetch-depth : 0
23
23
66
66
runs-on : ubuntu-latest
67
67
steps :
68
68
- name : Checkout
69
- uses : actions/checkout@v4
69
+ uses : actions/checkout@v5
70
70
with :
71
71
fetch-depth : 0
72
72
Original file line number Diff line number Diff line change 26
26
27
27
steps :
28
28
- name : Checkout
29
- uses : actions/checkout@v4
29
+ uses : actions/checkout@v5
30
30
31
31
32
32
id : filter
52
52
53
53
steps :
54
54
- name : Checkout
55
- uses : actions/checkout@v4
55
+ uses : actions/checkout@v5
56
56
with :
57
57
fetch-depth : 0
58
58
Original file line number Diff line number Diff line change 11
11
trufflehog :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
with :
16
16
fetch-depth : 0
17
17
- if : github.ref_name != 'main'
Original file line number Diff line number Diff line change 12
12
env :
13
13
STUDIO_VERSION : ${{ github.event.client_payload.version }}
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- run : |
17
17
for expression in \
18
18
'.version |= (split(".") | .[-1] |= ((. type = "!!int") + 1) | join("."))' \
You can’t perform that action at this time.
0 commit comments