Merge pull request #1582 from NixOS/dependabot/github_actions/actions/checkout-5

build(deps): bump actions/checkout from 4 to 5
This commit is contained in:
Jörg Thalheim 2025-09-01 17:49:55 +00:00 committed by GitHub
commit fe8baa10f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,13 +9,13 @@ jobs:
nixfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: cachix/install-nix-action@v31
- run: cd tests && nix fmt .. -- --fail-on-change
tests:
needs: nixfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: cachix/install-nix-action@v31
- run: nix run ./tests#run .