Merge pull request #38 from nix-community/dependabot/github_actions/actions/checkout-3

build(deps): bump actions/checkout from 2 to 3
This commit is contained in:
Jörg Thalheim 2022-03-07 10:02:53 +00:00 committed by GitHub
commit 41c61425af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ jobs:
- nixos-21.11 - nixos-21.11
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- uses: cachix/install-nix-action@v16 - uses: cachix/install-nix-action@v16
- run: nix-shell --run ./ci.sh - run: nix-shell --run ./ci.sh
env: env: