revert: restore actions/checkout@v4, adding Node.js to runner instead

Will add Node.js to hostPackages in NixOS runner config
to support GitHub/Gitea Actions ecosystem properly.
This commit is contained in:
m3tm3re
2026-01-15 19:05:58 +01:00
parent ad8495329f
commit 2ebb020d3a

View File

@@ -21,8 +21,10 @@ jobs:
runs-on: nixos runs-on: nixos
steps: steps:
- name: Checkout repository - name: Checkout repository
run: | uses: actions/checkout@v4
git clone ${{ secrets.NIX_UPDATE_TOKEN }}@${{ github.server_url }}/${{ github.repository }}.git . with:
fetch-depth: 0
token: ${{ secrets.NIX_UPDATE_TOKEN }}
- name: Check for available packages to update - name: Check for available packages to update
id: check-packages id: check-packages