diff --git a/.github/workflows/third-party.yml b/.github/workflows/third-party.yml index 18cf203d..37cba590 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