ci: bump install-nix-action 13 -> 16

This commit is contained in:
zimbatm 2022-01-05 19:31:51 +01:00
parent 2fb0d9f0be
commit 73cb41e2df
No known key found for this signature in database
GPG Key ID: 71BAF6D40C1D63D7
2 changed files with 7 additions and 1 deletions

6
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

View File

@ -14,6 +14,6 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v13
- uses: cachix/install-nix-action@v16
- run: tests/run-tests.sh