Commit cb00791 1 parent c56a97f commit cb00791 Copy full SHA for cb00791
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
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 62
62
- jupyter-controller
63
63
- jupyter-ui
64
64
steps :
65
- - uses : actions/checkout@v3
65
+ - uses : actions/checkout@v4
66
66
- run : python3 -m pip install tox
67
67
- run : tox -e ${{ matrix.charm }}-lint
68
68
76
76
- jupyter-controller
77
77
- jupyter-ui
78
78
steps :
79
- - uses : actions/checkout@v3
79
+ - uses : actions/checkout@v4
80
80
- run : python3 -m pip install tox
81
81
- run : tox -e ${{ matrix.charm }}-unit
82
82
@@ -132,7 +132,7 @@ jobs:
132
132
- jupyter-controller
133
133
- jupyter-ui
134
134
steps :
135
- - uses : actions/checkout@v3
135
+ - uses : actions/checkout@v4
136
136
137
137
- name : Setup operator environment
138
138
uses : charmed-kubernetes/actions-operator@main
@@ -164,7 +164,7 @@ jobs:
164
164
runs-on : ubuntu-20.04
165
165
steps :
166
166
- name : Check out code
167
- uses : actions/checkout@v3
167
+ uses : actions/checkout@v4
168
168
169
169
- name : Setup operator environment
170
170
uses : charmed-kubernetes/actions-operator@main
You can’t perform that action at this time.
0 commit comments