From e2f941e391d0e09b951d1baa534d38a5769b7ef7 Mon Sep 17 00:00:00 2001 From: kx9x Date: Tue, 3 May 2022 21:44:02 -0700 Subject: [PATCH] Revert "fix: bump cache version" This reverts commit fc12bce9b8331b46cd7e9fc2cf0a9e92a3f94a6e. --- .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 0e0d281..879d207 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: kx9x/cache@v3.0.2 + uses: actions/cache@v2 with: path: | ~/.solcx @@ -204,7 +204,7 @@ jobs: - name: Restore pip cache if: ${{ inputs.cached_runner != 'true' }} - uses: kx9x/cache@v3.0.2 + uses: actions/cache@v2 id: pip-cache with: path: |