Skip to content

Commit

Permalink
Revert "build(deps): bump nix-community/cache-nix-action from 4.0.3 t…
Browse files Browse the repository at this point in the history
…o 5.0.1 in /.github/actions/setup-nix" (#3167)
  • Loading branch information
steve-chavez authored Jan 17, 2024
1 parent a8165a8 commit c070cb9
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 @@ -18,7 +18,7 @@ runs:
with:
nix_version: '2.13.6'
- name: Restore and cache Nix store
uses: nix-community/cache-nix-action@v5.0.1
uses: nix-community/cache-nix-action@v4.0.3
with:
key: cache-nix-${{ runner.os }}-id-${{ inputs.cache-id }}-${{ hashFiles('nix/**/*.nix', '.github/actions/setup-nix/*') }}
restore-keys: |
Expand Down

0 comments on commit c070cb9

Please sign in to comment.