diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ae259bf..4aae66c 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@v6 + uses: actions/checkout@v7 with: # we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves fetch-depth: 0