Skip to content

Commit

Permalink
Update cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
werthen committed Sep 26, 2024
1 parent c8fc569 commit c4b1a1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
nix_file: 'packages.nix'
- name: Cache Output
id: cache-output
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
./tmp/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
nix_file: 'packages.nix'
- name: Cache Output
id: cache-output
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
./tmp/
Expand Down

0 comments on commit c4b1a1d

Please sign in to comment.