Skip to content

Commit a6d78dd

Browse files
committed
update actions/checkout version
Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
1 parent c714a5a commit a6d78dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: "Run CI"
3030
steps:
3131
- name: check out code
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
- name: install docker
3434
run: |
3535
curl -fsSL https://get.docker.com -o get-docker.sh

0 commit comments

Comments
 (0)