diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index cb456bc..d8d6a43 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -10,6 +10,6 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Build the Docker image run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)