Skip to content

Commit 63b59f1

Browse files
Update actions/checkout action to v5
1 parent 0751145 commit 63b59f1

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@v4
15+
uses: actions/checkout@v5
1616
- name: Set up Docker Buildx
1717
uses: docker/setup-buildx-action@v3
1818
- name: Control that Dockerfile builds

0 commit comments

Comments
 (0)