Move to mainline checkout actions

We're now running on git.gmem.ca so this workaround is no longer needed
This commit is contained in:
Gabriel Simmer 2023-08-15 09:10:13 +01:00
parent a37f03d855
commit 19b9aad07e
Signed by: arch
SSH key fingerprint: SHA256:mXaHIY3tLtudNyb+i3qRd0DeXvpqbst04OgVKVCp2R4
3 changed files with 3 additions and 4 deletions

View file

@ -10,10 +10,9 @@ jobs:
runs-on: debian-latest-arm
steps:
- name: Checkout code
uses: https://github.com/RouxAntoine/checkout@v3.5.4
uses: actions/checkout@v3.5.4
with:
ref: trunk
github-server-url: 'https://vancouver.scorpion-ghost.ts.net/git/'
- name: Install prerequisites
run: apt update && apt install -y sudo
- name: Install Nix

View file

@ -6,7 +6,7 @@ jobs:
runs-on: debian-latest
steps:
- name: Checkout code
uses: https://github.com/RouxAntoine/checkout@v3.5.4
uses: actions/checkout@v3.5.3
with:
ref: trunk
- name: Lint Code Base

View file

@ -10,7 +10,7 @@ jobs:
runs-on: debian-latest
steps:
- name: Checkout code
uses: https://github.com/RouxAntoine/checkout@v3.5.4
uses: actions/checkout@v3.5.3
with:
ref: trunk
- name: Install AWS CLI