Skip to content

Commit

Permalink
Merge pull request #14 from Mic92/ci
Browse files Browse the repository at this point in the history
ci: keep actions automatically up-to-date
  • Loading branch information
Mic92 authored Dec 30, 2020
2 parents cebda03 + f6a1abb commit 338086a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v7
- uses: cachix/install-nix-action@v12
- run: nix-build -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixpkgs-unstable.tar.gz

0 comments on commit 338086a

Please sign in to comment.