From 50acc5028fbcd52a05970fe7991c7850ab04358e Mon Sep 17 00:00:00 2001 From: joe <55120843+joebebel@users.noreply.github.com> Date: Wed, 23 Aug 2023 21:09:23 -0700 Subject: [PATCH] update CI cache action (#57) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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