diff --git a/.github/workflows/ghcr-publish.yml b/.github/workflows/ghcr-publish.yml index c1e7a40..c05f49a 100644 --- a/.github/workflows/ghcr-publish.yml +++ b/.github/workflows/ghcr-publish.yml @@ -21,7 +21,7 @@ jobs: outputs: version: ${{ steps.extract_version.outputs.version }} steps: - - uses: actions/checkout@v6 # Add this to checkout the repository + - uses: actions/checkout@v7 # Add this to checkout the repository - name: Prepare run: |