Merge pull request #9 from dwinkler1/dependabot/github_actions/actions/checkout-7

Bump actions/checkout from 6 to 7
This commit is contained in:
Daniel Winkler 2026-06-30 01:50:31 +10:00 committed by GitHub
commit 65deef1e60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v7
- uses: nixbuild/nix-quick-install-action@v35 - uses: nixbuild/nix-quick-install-action@v35
- name: nix build - name: nix build
run: nix build . run: nix build .