Skip to content

Commit bc54e11

Browse files
dependabot[bot]mkurz
authored andcommitted
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 936cd38 commit bc54e11

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
sudo echo "127.0.0.1 repo.scala-sbt.org" | sudo tee -a /etc/hosts
3535
sudo echo "127.0.0.1 repo.typesafe.com" | sudo tee -a /etc/hosts
3636
- name: Checkout
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v6
3838
with:
3939
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
4040
fetch-depth: 0

.github/workflows/binary-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
sudo echo "127.0.0.1 repo.scala-sbt.org" | sudo tee -a /etc/hosts
4343
sudo echo "127.0.0.1 repo.typesafe.com" | sudo tee -a /etc/hosts
4444
- name: Checkout
45-
uses: actions/checkout@v5
45+
uses: actions/checkout@v6
4646
with:
4747
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
4848
fetch-depth: 0

.github/workflows/cmd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
sudo echo "127.0.0.1 repo.scala-sbt.org" | sudo tee -a /etc/hosts
110110
sudo echo "127.0.0.1 repo.typesafe.com" | sudo tee -a /etc/hosts
111111
- name: Checkout
112-
uses: actions/checkout@v5
112+
uses: actions/checkout@v6
113113
with:
114114
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
115115
fetch-depth: 0

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
sudo echo "127.0.0.1 repo.scala-sbt.org" | sudo tee -a /etc/hosts
1919
sudo echo "127.0.0.1 repo.typesafe.com" | sudo tee -a /etc/hosts
2020
- name: Checkout
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
with:
2323
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
2424
fetch-depth: 0

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
sudo echo "127.0.0.1 repo.scala-sbt.org" | sudo tee -a /etc/hosts
4444
sudo echo "127.0.0.1 repo.typesafe.com" | sudo tee -a /etc/hosts
4545
- name: Checkout
46-
uses: actions/checkout@v5
46+
uses: actions/checkout@v6
4747
with:
4848
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
4949
fetch-depth: 0

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-24.04
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v5
11+
uses: actions/checkout@v6
1212
- name: Run GitHub File Sync
1313
uses: BetaHuhn/repo-file-sync-action@v1
1414
with:

0 commit comments

Comments
 (0)