Skip to content

Commit

Permalink
build(deps): bump cachix/cachix-action in /.github/actions/setup-nix (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent fdaeea8 commit 740fcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-nix/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
key: cache-nix-${{ runner.os }}-id-${{ inputs.cache-id }}-${{ hashFiles('nix/**/*.nix', '.github/actions/setup-nix/*') }}
restore-keys: |
cache-nix-${{ runner.os }}-common-
- uses: cachix/cachix-action@v13
- uses: cachix/cachix-action@v14
with:
name: postgrest
authToken: ${{ inputs.authToken }}
Expand Down

0 comments on commit 740fcdf

Please sign in to comment.