chore(deps): bump actions/cache from 3 to 4 (#5568)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-02-02 17:55:23 +01:00
committed by GitHub
parent 6c16b82854
commit 3edc339996
2 changed files with 3 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ammaraskar/gcc-problem-matcher@master
- name: Setup cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.ccache

View File

@@ -23,7 +23,7 @@ jobs:
with:
python-version: '3.10'
- name: Cache Python packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
# Cache the Python package environment, excluding pip and setuptools installed by setup-python
path: |
@@ -44,7 +44,7 @@ jobs:
pip install -r docs/requirements.txt
- name: Setup Emscripten cache
id: cache-system-libraries
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{env.EM_CACHE_FOLDER}}
key: ${{env.EM_VERSION}}-${{ runner.os }}