diff --git a/.github/workflows/regression.yaml b/.github/workflows/regression.yaml index 28018eaf..97619140 100644 --- a/.github/workflows/regression.yaml +++ b/.github/workflows/regression.yaml @@ -25,7 +25,7 @@ jobs: - name: Cache node modules id: cache-node-modules - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-node-modules with: @@ -89,7 +89,7 @@ jobs: - name: Cache python modules id: cache-python-modules - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-python-modules with: