Skip to content

Bump actions/checkout from 5 to 6 #153

Bump actions/checkout from 5 to 6

Bump actions/checkout from 5 to 6 #153

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
merge_group:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: DeterminateSystems/determinate-nix-action@v3
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build
run: nix build -L
- run: |
rm meta.json
nix run . -- --download-url-prefix https://example.org/
cat meta.json