File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments