This repository was archived by the owner on Sep 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 72
72
# Clone all of the repos needed.
73
73
# We need the crd-operator-scaling, cnf-certification-test, and cnf-certification-test-partner repos.
74
74
- name : Check out crd-operator-scaling code
75
- uses : actions/checkout@v3
75
+ uses : actions/checkout@v4
76
76
with :
77
77
ref : ${{ github.sha }}
78
78
81
81
run : make docker-build IMG=${OPERATOR_IMAGE_NAME}:${OPERATOR_LOCAL_TEST_IMAGE_TAG}
82
82
83
83
- name : Check out `cnf-certification-test-partner`
84
- uses : actions/checkout@v3
84
+ uses : actions/checkout@v4
85
85
with :
86
86
repository : test-network-function/cnf-certification-test-partner
87
87
path : cnf-certification-test-partner
@@ -118,7 +118,7 @@ jobs:
118
118
119
119
# Run the cnf-certification-test repo as a container
120
120
- name : Check out `cnf-certification-test`
121
- uses : actions/checkout@v3
121
+ uses : actions/checkout@v4
122
122
with :
123
123
repository : test-network-function/cnf-certification-test
124
124
path : cnf-certification-test
Original file line number Diff line number Diff line change 31
31
32
32
# Clone the operator repo.
33
33
- name : Check out crd-operator-scaling code
34
- uses : actions/checkout@v3
34
+ uses : actions/checkout@v4
35
35
with :
36
36
ref : ${{ github.ref_name }}
37
37
You can’t perform that action at this time.
0 commit comments