diff --git a/.github/workflows/docker_image.yml b/.github/workflows/docker_image.yml index 035b10b..f8a5b82 100644 --- a/.github/workflows/docker_image.yml +++ b/.github/workflows/docker_image.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ github.token }} - name: Extract metadata for the Docker image