From fc12bce9b8331b46cd7e9fc2cf0a9e92a3f94a6e Mon Sep 17 00:00:00 2001 From: kx9x Date: Sun, 1 May 2022 21:57:24 -0700 Subject: [PATCH] fix: bump cache version --- .github/workflows/roboanimals-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/roboanimals-workflow.yml b/.github/workflows/roboanimals-workflow.yml index 879d207..0e0d281 100644 --- a/.github/workflows/roboanimals-workflow.yml +++ b/.github/workflows/roboanimals-workflow.yml @@ -182,7 +182,7 @@ jobs: - name: Cache compiler installations if: ${{ inputs.cached_runner != 'true' }} - uses: actions/cache@v2 + uses: kx9x/cache@v3.0.2 with: path: | ~/.solcx @@ -204,7 +204,7 @@ jobs: - name: Restore pip cache if: ${{ inputs.cached_runner != 'true' }} - uses: actions/cache@v2 + uses: kx9x/cache@v3.0.2 id: pip-cache with: path: |