File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 32
32
33
33
steps :
34
34
- name : checkout the repository
35
- uses : actions/checkout@v4
35
+ uses : actions/checkout@v5
36
36
with :
37
37
fetch-depth : 0
38
38
persist-credentials : false
Original file line number Diff line number Diff line change 20
20
outputs :
21
21
triggered : ${{ steps.detect-trigger.outputs.trigger-found }}
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
with :
25
25
fetch-depth : 2
26
26
persist-credentials : false
51
51
52
52
steps :
53
53
- name : checkout the repository
54
- uses : actions/checkout@v4
54
+ uses : actions/checkout@v5
55
55
with :
56
56
# need to fetch all tags to get a correct version
57
57
fetch-depth : 0 # fetch all branches and tags
@@ -106,7 +106,7 @@ jobs:
106
106
107
107
steps :
108
108
- name : checkout the repository
109
- uses : actions/checkout@v4
109
+ uses : actions/checkout@v5
110
110
with :
111
111
persist-credentials : false
112
112
- name : setup python
Original file line number Diff line number Diff line change 14
14
id-token : write
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
with :
19
19
persist-credentials : false
20
20
- name : Set up Python
You can’t perform that action at this time.
0 commit comments