diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1c83c84..93d51c7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: if: ${{ github.repository_owner == 'sbt' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: # we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves fetch-depth: 0