Skip to content

Commit

Permalink
Merge pull request #1923 from zeromq/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
minrk authored Feb 2, 2024
2 parents ae615d4 + 9ec053a commit 3d9c1cc
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 @@ -109,7 +109,7 @@ jobs:

# preserve pip cache to speed up installation
- name: Cache pip
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pip
# Look to see if there is a cache hit for the corresponding requirements file
Expand Down

0 comments on commit 3d9c1cc

Please sign in to comment.