Compare commits

..

6 commits

Author SHA1 Message Date
d0896210c7 Merge pull request 'downgrade from v5 to v4 of checkout action' (#2) from downgrade-checkout into main
All checks were successful
nix docker build stable / amd64 (push) Successful in 47s
nix docker build unstable / amd64 (push) Successful in 51s
Reviewed-on: #2
2026-02-06 15:18:23 -07:00
Aaron Honeycutt
40bc32f8ec use v4 for checkout
All checks were successful
nix docker build stable / amd64 (pull_request) Successful in 50s
nix docker build unstable / amd64 (pull_request) Successful in 51s
2026-02-06 15:15:00 -07:00
Aaron Honeycutt
bd44928125 fix stable
All checks were successful
nix docker build stable / amd64 (pull_request) Successful in 20s
nix docker build unstable / amd64 (pull_request) Successful in 19s
2026-02-06 10:28:49 -07:00
Aaron Honeycutt
25ad4c852c fix unstable
Some checks failed
nix docker build stable / amd64 (pull_request) Failing after 1m10s
nix docker build unstable / amd64 (pull_request) Successful in 20s
2026-02-06 10:26:46 -07:00
Aaron Honeycutt
c33a7e5086 doing a manual clone
Some checks failed
nix docker build stable / amd64 (pull_request) Failing after 54s
nix docker build unstable / amd64 (pull_request) Failing after 2s
2026-02-06 10:22:13 -07:00
14955dca21 Merge pull request 'init commit' (#1) from add-basic into main
Some checks failed
nix docker build stable / amd64 (push) Failing after 1m0s
nix docker build unstable / amd64 (push) Failing after 1m7s
Reviewed-on: #1
2026-01-23 16:12:43 -07:00
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ jobs:
apt install -y nodejs
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v4
- name: Build
run: |

View file

@ -21,7 +21,7 @@ jobs:
apt install -y nodejs
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v4
- name: Build
run: |