mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-26 21:01:14 +08:00
chore(deps): update cachix/cachix-action action to v16
This commit is contained in:
![29139614+renovate[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
Steffen Vogel

parent
4e2703ec18
commit
3bdbce60bf
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
|
||||
- name: Setup Nix cache
|
||||
uses: cachix/cachix-action@v15
|
||||
uses: cachix/cachix-action@v16
|
||||
with:
|
||||
name: cunicu
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
|
2
.github/workflows/website.yaml
vendored
2
.github/workflows/website.yaml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
|
||||
- name: Setup Nix cache
|
||||
uses: cachix/cachix-action@v15
|
||||
uses: cachix/cachix-action@v16
|
||||
with:
|
||||
name: cunicu
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
|
Reference in New Issue
Block a user