Commit 561971e 1 parent 9c8a46b commit 561971e Copy full SHA for 561971e
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 : |
26
26
set -eux
32
32
name : Unit Tests
33
33
runs-on : ubuntu-20.04
34
34
steps :
35
- - uses : actions/checkout@v3
35
+ - uses : actions/checkout@v4
36
36
- name : Install dependencies
37
37
run : pip install tox
38
38
- run : tox -vve unit
41
41
name : Integration Tests
42
42
runs-on : ubuntu-20.04
43
43
steps :
44
- - uses : actions/checkout@v3
44
+ - uses : actions/checkout@v4
45
45
- name : Setup operator environment
46
46
uses : charmed-kubernetes/actions-operator@main
47
47
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.4.0
22
22
with :
You can’t perform that action at this time.
0 commit comments