Skip to content

Commit

Permalink
Merge pull request #825 from input-output-hk/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/cache-4

chore(deps): bump actions/cache from 3 to 4
  • Loading branch information
nhenin committed Mar 22, 2024
2 parents 9683c3a + 4568ca4 commit 3ed0350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
nix build --dry-run --json .#integration-tests > test-store-path.json
- name: Cache test results
id: cache-results
uses: actions/cache@v3
uses: actions/cache@v4
with:
# Use run_attempt in the cache key so that explicitly re-running the
# tests will force the test to run again.
Expand Down

0 comments on commit 3ed0350

Please sign in to comment.