Merge pull request #11 from dwinkler1/dependabot/github_actions/cachix/cachix-action-17

Bump cachix/cachix-action from 14 to 17
This commit is contained in:
Daniel Winkler 2026-07-27 10:33:19 +10:00 committed by GitHub
commit 931dfc1691
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ jobs:
- uses: cachix/install-nix-action@v31 - uses: cachix/install-nix-action@v31
with: with:
github_access_token: ${{ secrets.GH_TOKEN }} github_access_token: ${{ secrets.GH_TOKEN }}
- uses: cachix/cachix-action@v14 - uses: cachix/cachix-action@v17
with: with:
name: rde name: rde
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'

View file

@ -16,7 +16,7 @@ jobs:
hatchet-protocol: 'carve' hatchet-protocol: 'carve'
- name: Install Determinate Nix - name: Install Determinate Nix
uses: DeterminateSystems/determinate-nix-action@v3 uses: DeterminateSystems/determinate-nix-action@v3
- uses: cachix/cachix-action@v14 - uses: cachix/cachix-action@v17
with: with:
name: rde name: rde
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'