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)