Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit e2c1b2e

Browse files
authored
Merge pull request #3 from nukdokplex/dependabot/github_actions/cachix/cachix-action-16
build(deps): bump cachix/cachix-action from 15 to 16
2 parents c1bc9c2 + f05ba14 commit e2c1b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Show nixpkgs version
5353
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
5454
- name: Setup cachix
55-
uses: cachix/cachix-action@v15
55+
uses: cachix/cachix-action@v16
5656
# Don't replace <YOUR_CACHIX_NAME> here!
5757
if: ${{ matrix.cachixName != '<YOUR_CACHIX_NAME>' }}
5858
with:

0 commit comments

Comments
 (0)