Skip to content

Commit

Permalink
chore(deps): update cachix/cachix-action action to v13 (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jonas Braun <me@jbrn.eu>
  • Loading branch information
renovate[bot] and j-brn authored Nov 29, 2023
1 parent 5584c71 commit c472360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
extra_nix_config: "system-features = nixos-test kvm"

- name: Configure binary cache
uses: cachix/cachix-action@v12
uses: cachix/cachix-action@v13
with:
name: nixos-vfio
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
extra_nix_config: "system-features = nixos-test kvm"

- name: Configure binary cache
uses: cachix/cachix-action@v12
uses: cachix/cachix-action@v13
with:
name: nixos-vfio
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
Expand Down

0 comments on commit c472360

Please sign in to comment.