Skip to content

Commit

Permalink
Merge pull request #15 from pmbittner/update-CI-cache-action
Browse files Browse the repository at this point in the history
Use the upstream version of the CI cache action
  • Loading branch information
pmbittner authored Jan 24, 2024
2 parents 6dfd0e7 + 2560406 commit 0396be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Nix with cached packages
uses: ibbem/cache-install@b5946e901c509f3478455a3f315e887e254bd36b
uses: rikhuijzer/cache-install@v.1.1.3
with:
key: nix-${{ hashFiles('.github/workflows/check.yml', 'default.nix', 'nix/**') }}
nix_file: nix/github-workflow-dependencies.nix
Expand Down

0 comments on commit 0396be0

Please sign in to comment.