Skip to content

Commit e35cc1b

Browse files
author
ShaharNaveh
committed
CI: Upgraded version of "actions/cache"
1 parent 44dd8f7 commit e35cc1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/database.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/checkout@v2
6060

6161
- name: Cache conda
62-
uses: actions/cache@v1
62+
uses: actions/cache@v2
6363
env:
6464
CACHE_NUMBER: 0
6565
with:

.github/workflows/posix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/checkout@v2
4848

4949
- name: Cache conda
50-
uses: actions/cache@v1
50+
uses: actions/cache@v2
5151
env:
5252
CACHE_NUMBER: 0
5353
with:

0 commit comments

Comments
 (0)