From 371298f69b2805c79d48a2c86fa3023b41c4b5a5 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Dec 02 2020 06:40:27 +0000 Subject: Compute hash of Gemfile.lock in workflow --- diff --git a/.github/workflows/third-party.yml b/.github/workflows/third-party.yml index 18cf203..37cba59 100644 --- a/.github/workflows/third-party.yml +++ b/.github/workflows/third-party.yml @@ -30,7 +30,7 @@ jobs: uses: actions/cache@v1 with: path: sandbox/vendor/bundle - key: ubuntu-latest-gems- + key: ubuntu-latest-gems-${{ hashFiles('**/Gemfile.lock') }} restore-keys: | ubuntu-latest-gems- - name: Set up Dependencies