Merge pull request #1170 from NixOS/dependabot/github_actions/actions/checkout-3

build(deps): bump actions/checkout from 2 to 3
This commit is contained in:
Graham Christensen 2022-03-09 21:13:47 -05:00 committed by GitHub
commit 28b682b85b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ jobs:
tests:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v16