chore(deps): update cachix/cachix-action action to v17 (#5215)

This commit is contained in:
Rachel Powers 2026-03-18 20:23:08 +00:00 committed by GitHub
commit 109e453bf2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -111,7 +111,7 @@ jobs:
# For in-tree builds
- name: Setup Cachix
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
uses: cachix/cachix-action@v16
uses: cachix/cachix-action@v17
with:
name: prismlauncher
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}