Merge pull request #105 from matter-labs/renovate/cachix-cachix-action-15.x

chore(deps): update cachix/cachix-action action to v15
This commit is contained in:
Harald Hoyer 2024-05-22 14:07:57 +02:00 committed by GitHub
commit e90a171744
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ jobs:
with:
extra_nix_config: |
access-tokens = github.com=${{ github.token }}
- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@v15
with:
name: nixsgx
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
@ -38,7 +38,7 @@ jobs:
with:
extra_nix_config: |
access-tokens = github.com=${{ github.token }}
- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@v15
with:
name: nixsgx
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
@ -73,7 +73,7 @@ jobs:
with:
extra_nix_config: |
access-tokens = github.com=${{ github.token }}
- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@v15
with:
name: nixsgx
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'