Skip to content

Commit b956a80

Browse files
authored
Merge pull request #12 from CharlesChiuGit/dependabot/github_actions/main/cachix/install-nix-action-31
chore(ci.deps): bump cachix/install-nix-action from 26 to 31
2 parents 015a6da + 6072150 commit b956a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_flake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0 # Required to count the commits
17-
- uses: cachix/install-nix-action@v26
17+
- uses: cachix/install-nix-action@v31
1818
with:
1919
nix_path: nixpkgs=channel:nixos-unstable
2020
- name: Run flake-update

0 commit comments

Comments
 (0)