Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: cachix/cachix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 21, 2024
1 parent 92b3d66 commit e84357c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
path: /nix
key: nix-build-${{ matrix.platform }}-${{ hashFiles('**/*.nix') }}

- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@v15
with:
name: hasura-storage
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
path: /nix
key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix') }}

- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@v15
with:
name: hasura-storage
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
Expand Down

0 comments on commit e84357c

Please sign in to comment.