Skip to content

Commit dd11a5a

Browse files
mbrossardmathias-arm
authored andcommitted
Github Actions: Update to actions/cache@v3
1 parent 8ec8d00 commit dd11a5a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
restore-keys: ${{ runner.os }}-${{ env.cache-name }}
2727

2828
- name: Cache Python modules
29-
uses: actions/cache@v2
29+
id: cache-python
30+
uses: actions/cache@v3
3031
with:
3132
path: ~/.cache/pip
3233
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
@@ -65,7 +66,7 @@ jobs:
6566
6667
- name: Cache CCache
6768
id: ccache
68-
uses: actions/cache@v2
69+
uses: actions/cache@v3
6970
with:
7071
path: .ccache
7172
key: ${{ runner.os }}-ccache-${{ hashFiles('log.txt') }}

0 commit comments

Comments
 (0)