diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d3aca5c..9855149a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: run: echo "MASP_PARAMS=$(cargo run --release --example get-params-path --features directories)" >> $GITHUB_ENV - name: Cache MASP parameters id: cache-params - uses: actions/cache@v3.2.4 + uses: actions/cache@v3.3.1 with: path: ${{ env.MASP_PARAMS }} key: ${{ runner.os }}-params