diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 339645f..d2b5e81 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Extract the Caddy version numbers from the Dockerfile run: bash .github/version_extractor.sh ./Dockerfile >> $GITHUB_ENV