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