Skip to content

Commit 673c9ca

Browse files
committed
ci: bump actions/checkout to v4
1 parent 8d1e35e commit 673c9ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
mkdir ci_test
3030
3131
- name: Checkout_Postgresql
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
with:
3434
path: ci_test
3535
submodules: true
@@ -55,7 +55,7 @@ jobs:
5555
mkdir ci_test2
5656
5757
- name: Checkout_Json
58-
uses: actions/checkout@v3
58+
uses: actions/checkout@v4
5959
with:
6060
path: ci_test2
6161
submodules: true

0 commit comments

Comments
 (0)