Skip to content

Commit 51c055c

Browse files
committed
[ci] Upgrade actions/checkout from v3 to v4
1 parent 827cebf commit 51c055c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/image-builds-auth.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313
- name: Login to Docker Hub
1414
uses: docker/login-action@v1
1515
with:

.github/workflows/image-builds-unauth.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
DEBEZIUM_DOCKER_REGISTRY_SECONDARY_NAME: localhost:5500/debezium
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
- name: Build Scripts
2121
run: shellcheck build-*.sh
2222
- name: Start local docker registry

.github/workflows/sanity-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout repository
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111
- name: Commit messages in format DBZ-xxx
1212
env:
1313
BASE_REF: ${{ github.base_ref }}

0 commit comments

Comments
 (0)