Harmonize GHA workflows a little, add nix-bincache.rory.gay to trusted list to make github go brr

This commit is contained in:
Rory&
2026-07-11 07:53:54 +02:00
parent aa926a5302
commit 4cfb0bb6c0
5 changed files with 29 additions and 9 deletions
+1 -2
View File
@@ -8,7 +8,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
@@ -17,7 +16,7 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v5
with: