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:
commit
41c61425af
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nix.yml
vendored
2
.github/workflows/nix.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
- nixos-21.11
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v16
|
||||
- run: nix-shell --run ./ci.sh
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue