Compare commits

..

2 commits

Author SHA1 Message Date
65deef1e60
Merge pull request #9 from dwinkler1/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2026-06-30 01:50:31 +10:00
dependabot[bot]
026b5b7991
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-23 15:34:19 +00:00

View file

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