From 64639a59147067b1b551861f478a0696bb8fad0d Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 1 Aug 2026 08:00:48 +0200 Subject: [PATCH] Update GitHub Action checkout version to v7 --- ci/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/docker-image.yml b/ci/docker-image.yml index be757cca1e..5e6d42a442 100644 --- a/ci/docker-image.yml +++ b/ci/docker-image.yml @@ -13,6 +13,6 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Build the Docker image run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)