chore(deps): update cachix/cachix-action action to v16 (#3493)

This commit is contained in:
Alexandru Ionut Tripon 2025-03-15 00:00:30 +02:00 committed by GitHub
commit 577cae3e00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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