Skip to content

Commit 0a7ce45

Browse files
authored
Merge pull request #374 from tweag/dev_dependabot
Fix dependabot
2 parents c936273 + e85d64b commit 0a7ce45

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/nix-common-setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ runs:
88
steps:
99

1010
- name: Installing Nix
11-
uses: cachix/install-nix-action@v22
11+
uses: cachix/install-nix-action@v30
1212
with:
1313
nix_path: nixpkgs=channel:nixos-unstable
1414

15-
- uses: cachix/cachix-action@v12
15+
- uses: cachix/cachix-action@v14
1616
with:
1717
name: tweag-monad-bayes
1818
authToken: "${{ inputs.CACHIX_AUTH_TOKEN }}"

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ updates:
1818
# But we need to keep updating the common nix setup as well.
1919
# Hopefully the following works.
2020
- package-ecosystem: github-actions
21-
directory: "/.github/actions"
21+
directory: "/.github/actions/nix-common-setup"
2222
schedule:
2323
interval: daily
2424
time: '00:00'

0 commit comments

Comments
 (0)