Merge pull request #68 from nix-community/dependabot/github_actions/actions/checkout-4

build(deps): bump actions/checkout from 3 to 4
This commit is contained in:
Jörg Thalheim 2023-09-11 12:56:32 +02:00 committed by GitHub
commit 099ec84f5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ jobs:
- nixos-23.05 - nixos-23.05
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22 - uses: cachix/install-nix-action@v22
- run: nix-shell --run ./ci.sh - run: nix-shell --run ./ci.sh
env: env: