diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 1383806290..542b1b068e 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -30,7 +30,7 @@ jobs: node-version: "18.13" - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.npm key: npm-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index e529e35c5f..8d8bb7255c 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -33,7 +33,7 @@ jobs: node-version: "19.x" - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.npm key: npm-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/update_data.yml b/.github/workflows/update_data.yml index 3bf2217def..53de9c7270 100644 --- a/.github/workflows/update_data.yml +++ b/.github/workflows/update_data.yml @@ -18,7 +18,7 @@ jobs: with: python-version: '3.9' - name: cache pip - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}