File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : Check out code
30
- uses : actions/checkout@v3
30
+ uses : actions/checkout@v4
31
31
32
32
- name : Install dependencies
33
33
run : |
52
52
- katib-controller
53
53
- katib-db-manager
54
54
steps :
55
- - uses : actions/checkout@v3
55
+ - uses : actions/checkout@v4
56
56
- run : python3 -m pip install tox
57
57
- run : tox -e ${{ matrix.charm }}-unit
58
58
78
78
- katib-controller
79
79
- katib-db-manager
80
80
steps :
81
- - uses : actions/checkout@v3
81
+ - uses : actions/checkout@v4
82
82
- name : Setup operator environment
83
83
uses : charmed-kubernetes/actions-operator@main
84
84
with :
@@ -119,7 +119,7 @@ jobs:
119
119
remove-docker-images : ' true'
120
120
121
121
- name : Check out code
122
- uses : actions/checkout@v3
122
+ uses : actions/checkout@v4
123
123
- name : Setup operator environment
124
124
uses : charmed-kubernetes/actions-operator@main
125
125
with :
Original file line number Diff line number Diff line change 32
32
outputs :
33
33
charm_paths_list : ${{ steps.get-charm-paths.outputs.CHARM_PATHS_LIST }}
34
34
steps :
35
- - uses : actions/checkout@v3
35
+ - uses : actions/checkout@v4
36
36
with :
37
37
fetch-depth : 0
38
38
ref : ${{ inputs.source_branch }}
52
52
53
53
steps :
54
54
- name : Checkout
55
- uses : actions/checkout@v3
55
+ uses : actions/checkout@v4
56
56
with :
57
57
fetch-depth : 0
58
58
ref : ${{ inputs.source_branch }}
Original file line number Diff line number Diff line change 19
19
name : Promote charm
20
20
runs-on : ubuntu-20.04
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- name : Release charm to channel
24
24
uses : canonical/charming-actions/release-charm@2.6.2
25
25
with :
You can’t perform that action at this time.
0 commit comments