File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v4
13
13
- name : Login to Docker Hub
14
14
uses : docker/login-action@v1
15
15
with :
Original file line number Diff line number Diff line change 16
16
DEBEZIUM_DOCKER_REGISTRY_SECONDARY_NAME : localhost:5500/debezium
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
- name : Build Scripts
21
21
run : shellcheck build-*.sh
22
22
- name : Start local docker registry
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Checkout repository
10
- uses : actions/checkout@v3
10
+ uses : actions/checkout@v4
11
11
- name : Commit messages in format DBZ-xxx
12
12
env :
13
13
BASE_REF : ${{ github.base_ref }}
You can’t perform that action at this time.
0 commit comments