Commit 0960b4a 1 parent 351489c commit 0960b4a Copy full SHA for 0960b4a
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-20.04
21
21
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
- name : Install dependencies
25
25
run : pip install tox
26
26
- run : tox -vve lint
35
35
name : Unit Tests
36
36
runs-on : ubuntu-20.04
37
37
steps :
38
- - uses : actions/checkout@v3
38
+ - uses : actions/checkout@v4
39
39
- name : Install dependencies
40
40
run : pip install tox
41
41
- run : tox -vve unit
44
44
name : Integration Tests
45
45
runs-on : ubuntu-20.04
46
46
steps :
47
- - uses : actions/checkout@v3
47
+ - uses : actions/checkout@v4
48
48
- name : Setup operator environment
49
49
uses : charmed-kubernetes/actions-operator@main
50
50
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 16
16
name : Promote charm
17
17
runs-on : ubuntu-20.04
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
- name : Release charm to channel
21
21
uses : canonical/charming-actions/release-charm@2.6.2
22
22
with :
You can’t perform that action at this time.
0 commit comments