Skip to content

Commit

Permalink
Merge pull request #37 from nothub/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-4
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
2 parents 801ed5b + 818c962 commit 099df38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
nix_path: "nixpkgs=channel:nixos-23.11"

- name: 'Activate Nix store cache'
uses: actions/cache@v3
uses: actions/cache@v4
id: nix-cache
with:
path: "/tmp/nixcache"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
nix_path: "nixpkgs=channel:nixos-23.11"

- name: 'Activate Nix store cache'
uses: actions/cache@v3
uses: actions/cache@v4
id: nix-cache
with:
path: "/tmp/nixcache"
Expand Down

0 comments on commit 099df38

Please sign in to comment.