There was an error while loading. Please reload this page.
2 parents c936273 + e85d64b commit 0a7ce45Copy full SHA for 0a7ce45
2 files changed
.github/actions/nix-common-setup/action.yml
@@ -8,11 +8,11 @@ runs:
8
steps:
9
10
- name: Installing Nix
11
- uses: cachix/install-nix-action@v22
+ uses: cachix/install-nix-action@v30
12
with:
13
nix_path: nixpkgs=channel:nixos-unstable
14
15
- - uses: cachix/cachix-action@v12
+ - uses: cachix/cachix-action@v14
16
17
name: tweag-monad-bayes
18
authToken: "${{ inputs.CACHIX_AUTH_TOKEN }}"
.github/dependabot.yml
@@ -18,7 +18,7 @@ updates:
# But we need to keep updating the common nix setup as well.
19
# Hopefully the following works.
20
- package-ecosystem: github-actions
21
- directory: "/.github/actions"
+ directory: "/.github/actions/nix-common-setup"
22
schedule:
23
interval: daily
24
time: '00:00'
0 commit comments