Commit 4aff2df 1 parent 36dd122 commit 4aff2df Copy full SHA for 4aff2df
File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11
11
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
with :
16
16
fetch-depth : 0
17
17
- name : Install requirements for image building
Original file line number Diff line number Diff line change 27
27
matrix :
28
28
charm : [controller, ui]
29
29
steps :
30
- - uses : actions/checkout@v3
30
+ - uses : actions/checkout@v4
31
31
- run : sudo apt update
32
32
- run : sudo apt install tox
33
33
- run : tox -e ${{ matrix.charm }}-unit
40
40
charm : [controller, ui]
41
41
steps :
42
42
- name : Check out code
43
- uses : actions/checkout@v3
43
+ uses : actions/checkout@v4
44
44
- name : Setup operator environment
45
45
uses : charmed-kubernetes/actions-operator@main
46
46
with :
59
59
matrix :
60
60
charm : [controller, ui]
61
61
steps :
62
- - uses : actions/checkout@v3
62
+ - uses : actions/checkout@v4
63
63
- run : sudo apt update
64
64
- run : sudo apt install tox
65
65
- run : tox -e ${{ matrix.charm }}-lint
69
69
runs-on : ubuntu-20.04
70
70
steps :
71
71
- name : Check out code
72
- uses : actions/checkout@v3
72
+ uses : actions/checkout@v4
73
73
- name : Setup operator environment
74
74
uses : charmed-kubernetes/actions-operator@main
75
75
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.3.0
25
25
with :
You can’t perform that action at this time.
0 commit comments