Skip to content

Commit 0dccb36

Browse files
ana-barbosaZlopez
authored andcommitted
Update actions/cache
1 parent 49deafa commit 0dccb36

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: sudo apt-get -y install graphviz
2323
- name: Cache python dependencies
2424
id: cache-pip
25-
uses: actions/cache@v4.0.5
25+
uses: actions/cache@v4
2626
with:
2727
path: ~/.cache/pip
2828
key: pip-${{ matrix.python }}-tests-${{ hashFiles('**/setup.json') }}
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/[email protected]
5151
- name: Cache python dependencies
5252
id: cache-pip
53-
uses: actions/cache@v4.0.5
53+
uses: actions/cache@v4
5454
with:
5555
path: ~/.cache/pip
5656
key: pip-${{ matrix.python }}-tests-${{ hashFiles('**/setup.json') }}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: sudo apt-get -y install graphviz
1919
- name: Cache python dependencies
2020
id: cache-pip
21-
uses: actions/cache@v4.0.5
21+
uses: actions/cache@v4
2222
with:
2323
path: ~/.cache/pip
2424
key: pip-${{ matrix.python }}-tests-${{ hashFiles('**/setup.json') }}
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/[email protected]
4646
- name: Cache python dependencies
4747
id: cache-pip
48-
uses: actions/cache@v4.0.5
48+
uses: actions/cache@v4
4949
with:
5050
path: ~/.cache/pip
5151
key: pip-${{ matrix.python }}-tests-${{ hashFiles('**/setup.json') }}

0 commit comments

Comments
 (0)