File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
if : github.event_name == 'pull_request'
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
with :
19
19
fetch-depth : 0
20
20
ref : ${{ github.event.pull_request.head.sha }}
36
36
- test_distro : " centos-stream9"
37
37
base_image : " quay.io/centos/centos:stream9"
38
38
steps :
39
- - uses : actions/checkout@v3
39
+ - uses : actions/checkout@v4
40
40
with :
41
41
fetch-depth : 0
42
42
- name : Build test container
49
49
runs-on : ubuntu-latest
50
50
if : (github.event_name == 'push' || github.event_name == 'schedule') && github.repository == 'samba-in-kubernetes/sambacc'
51
51
steps :
52
- - uses : actions/checkout@v3
52
+ - uses : actions/checkout@v4
53
53
- name : log in to quay.io
54
54
run : docker login -u "${{ secrets.QUAY_USER }}" -p "${{ secrets.QUAY_PASS }}" quay.io
55
55
- name : build container image
You can’t perform that action at this time.
0 commit comments