diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ee8b6c..770c04c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.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 diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 580d659..9e06c4e 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -20,7 +20,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up JDK 1.8 uses: actions/setup-java@v5 if: ${{ matrix.jobtype == 1 }}