diff --git a/.github/workflows/published.yaml b/.github/workflows/published.yaml index 0c0fab7..45a6e7b 100644 --- a/.github/workflows/published.yaml +++ b/.github/workflows/published.yaml @@ -19,7 +19,7 @@ jobs: id-token: write # needed for signing the images with GitHub OIDC Token steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 1