diff --git a/.github/workflows/antora.yml b/.github/workflows/antora.yml index 3b74395..7f0e5c1 100644 --- a/.github/workflows/antora.yml +++ b/.github/workflows/antora.yml @@ -34,7 +34,7 @@ jobs: sudo echo "127.0.0.1 repo.scala-sbt.org" | sudo tee -a /etc/hosts sudo echo "127.0.0.1 repo.typesafe.com" | sudo tee -a /etc/hosts - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 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/binary-check.yml b/.github/workflows/binary-check.yml index 3046f22..c6609eb 100644 --- a/.github/workflows/binary-check.yml +++ b/.github/workflows/binary-check.yml @@ -42,7 +42,7 @@ jobs: sudo echo "127.0.0.1 repo.scala-sbt.org" | sudo tee -a /etc/hosts sudo echo "127.0.0.1 repo.typesafe.com" | sudo tee -a /etc/hosts - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 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/cmd.yml b/.github/workflows/cmd.yml index b8f7665..fb1f575 100644 --- a/.github/workflows/cmd.yml +++ b/.github/workflows/cmd.yml @@ -109,7 +109,7 @@ jobs: sudo echo "127.0.0.1 repo.scala-sbt.org" | sudo tee -a /etc/hosts sudo echo "127.0.0.1 repo.typesafe.com" | sudo tee -a /etc/hosts - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 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/gradle-wrapper-validation.yml b/.github/workflows/gradle-wrapper-validation.yml index da850f5..a5f8500 100644 --- a/.github/workflows/gradle-wrapper-validation.yml +++ b/.github/workflows/gradle-wrapper-validation.yml @@ -18,7 +18,7 @@ jobs: sudo echo "127.0.0.1 repo.scala-sbt.org" | sudo tee -a /etc/hosts sudo echo "127.0.0.1 repo.typesafe.com" | sudo tee -a /etc/hosts - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 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/publish.yml b/.github/workflows/publish.yml index 6b5f049..a818981 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,7 +43,7 @@ jobs: sudo echo "127.0.0.1 repo.scala-sbt.org" | sudo tee -a /etc/hosts sudo echo "127.0.0.1 repo.typesafe.com" | sudo tee -a /etc/hosts - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 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/sync.yml b/.github/workflows/sync.yml index 4d70be8..48e3ef7 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Run GitHub File Sync uses: BetaHuhn/repo-file-sync-action@v1 with: