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:
@@ -21,8 +21,10 @@ jobs:
|
||||
runs-on: nixos
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
run: |
|
||||
git clone ${{ secrets.NIX_UPDATE_TOKEN }}@${{ github.server_url }}/${{ github.repository }}.git .
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
token: ${{ secrets.NIX_UPDATE_TOKEN }}
|
||||
|
||||
- name: Check for available packages to update
|
||||
id: check-packages
|
||||
|
||||
Reference in New Issue
Block a user