Skip to content

Commit

Permalink
GHA: Uprev actions
Browse files Browse the repository at this point in the history
Required for Node 20 support
  • Loading branch information
Flamefire committed Jan 14, 2025
1 parent 1d00d32 commit 749db4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sanity_check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2005 - 2023 Settlers Freaks <sf-team at siedler25.org>
# Copyright (C) 2005 - 2025 Settlers Freaks <sf-team at siedler25.org>
#
# SPDX-License-Identifier: GPL-2.0-or-later

Expand All @@ -10,9 +10,9 @@ on:

jobs:
FilesSorted:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Remove flaky apt repos
run: |
for apt_file in `grep -lr microsoft /etc/apt/sources.list.d/`; do sudo rm $apt_file; done
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/synchronize-launchpad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
sudo apt-get -o Acquire::Retries=3 update
sudo apt-get -o Acquire::Retries=3 install -y openssh-client git bzr-fastimport
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup SSH
uses: MrSquaare/ssh-setup-action@v2
uses: MrSquaare/ssh-setup-action@v3
with:
host: bazaar.launchpad.net
private-key: ${{ secrets.LAUNCHPAD_PRIVATE_KEY }}
Expand Down

0 comments on commit 749db4f

Please sign in to comment.