diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 38d2338f..b23c84fa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,14 +53,14 @@ jobs: - uses: actions/checkout@v5 - name: Cache conda environment - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/conda key: conda - name: Cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | node_modules