Skip to content

Commit

Permalink
chore(CI,deps): bump cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
wamserma committed Apr 26, 2024
1 parent b49c9e6 commit cb8acb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: flake-programs-sqlite
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Cache build result on GitHub
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: updater.bundle
key: ${{ runner.os }}-bundle-${{ hashFiles('**/flake.lock') }}-${{ hashFiles('**/*.nix') }}-${{ hashFiles('**/*.nim*') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
git config user.email [email protected]
- name: fetch from cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: updater.bundle
key: ${{ runner.os }}-bundle-${{ hashFiles('**/flake.lock') }}-${{ hashFiles('**/*.nix') }}-${{ hashFiles('**/*.nim*') }}
Expand Down

0 comments on commit cb8acb1

Please sign in to comment.