Skip to content

Commit 41470ba

Browse files
authored
Merge pull request #971 from ipython/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 1883ce6 + dcbb376 commit 41470ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ jobs:
5353
- uses: actions/checkout@v5
5454

5555
- name: Cache conda environment
56-
uses: actions/cache@v4
56+
uses: actions/cache@v5
5757
with:
5858
path: |
5959
~/conda
6060
key: conda
6161

6262
- name: Cache node_modules
63-
uses: actions/cache@v4
63+
uses: actions/cache@v5
6464
with:
6565
path: |
6666
node_modules

0 commit comments

Comments
 (0)