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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user