Skip to content

Commit cc56925

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616
- name: Setup Docker Buildx
1717
uses: docker/setup-buildx-action@v3
1818
- name: Docker Metadata

0 commit comments

Comments
 (0)