Skip to content

Commit 8b3cbd3

Browse files
committed
[TASK] Update actions/checkout in docker-test.yaml
Update actions/checkout from v4 to v6 in docker-test.yaml, which was missed in the initial actions update commit.
1 parent 2e7d6a0 commit 8b3cbd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: "ubuntu-latest"
2020
steps:
2121
- name: "Checkout"
22-
uses: "actions/checkout@v4"
22+
uses: "actions/checkout@v6"
2323

2424
- name: "Prepare action (adjust configure-guides-step)"
2525
##################################################################

0 commit comments

Comments
 (0)