Skip to content

Commit db52f6a

Browse files
Update the checkout action in github workflow (renovate)
1 parent b351c0b commit db52f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-dockerfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
arch: ["armv7hf", "aarch64"]
1313
steps:
1414
- name: Checkout repo source code
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
- name: Set up Docker Buildx
1717
uses: docker/setup-buildx-action@v3
1818
- name: Control that Dockerfile builds

0 commit comments

Comments
 (0)