Skip to content

Commit b1fc3b0

Browse files
Update actions/checkout action to v5 (#77)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0751145 commit b1fc3b0

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)