File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- # Copyright (C) 2005 - 2023 Settlers Freaks <sf-team at siedler25.org>
1+ # Copyright (C) 2005 - 2025 Settlers Freaks <sf-team at siedler25.org>
22#
33# SPDX-License-Identifier: GPL-2.0-or-later
44
1010
1111jobs :
1212 FilesSorted :
13- runs-on : ubuntu-22.04
13+ runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 - name : Remove flaky apt repos
1717 run : |
1818 for apt_file in `grep -lr microsoft /etc/apt/sources.list.d/`; do sudo rm $apt_file; done
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818 sudo apt-get -o Acquire::Retries=3 update
1919 sudo apt-get -o Acquire::Retries=3 install -y openssh-client git bzr-fastimport
2020
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v4
2222 with :
2323 fetch-depth : 0
2424
2525 - name : Setup SSH
26- uses : MrSquaare/ssh-setup-action@v2
26+ uses : MrSquaare/ssh-setup-action@v3
2727 with :
2828 host : bazaar.launchpad.net
2929 private-key : ${{ secrets.LAUNCHPAD_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments