File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
name : A job to deploy devstack with defaults
9
9
steps :
10
- - uses : actions/checkout@v2
10
+ - uses : actions/checkout@v3
11
11
- id : devstack-action
12
12
uses : ./
13
13
- name : Upload logs artifacts on failure
14
14
if : failure()
15
- uses : actions/upload-artifact@v2
15
+ uses : actions/upload-artifact@v3
16
16
with :
17
17
name : devstack-logs
18
18
path : /tmp/devstack-logs/*
Original file line number Diff line number Diff line change 40
40
run : sudo apt-get purge -y python3-simplejson python3-pyasn1-modules postgresql* || true
41
41
shell : bash
42
42
- name : Checkout Devstack
43
- uses : actions/checkout@v2
43
+ uses : actions/checkout@v3
44
44
with :
45
45
ref : ${{ inputs.branch }}
46
46
repository : openstack/devstack
You can’t perform that action at this time.
0 commit comments