update checkout action
Some checks failed
nix docker build stable / amd64 (pull_request) Failing after 3s
nix docker build unstable / amd64 (pull_request) Failing after 1m9s

This commit is contained in:
Aaron Honeycutt 2026-01-30 17:09:14 -07:00
parent 43767ce5ab
commit 567553095f

View file

@ -13,13 +13,6 @@ jobs:
- name: System Info
run: uname -m
- name: Setup
run: |
apt update -y
apt install -y curl gnupg
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt install -y nodejs
- name: Checkout
uses: actions/checkout@v6