diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0983edd..fb18624 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v2 - name: Do some action caching - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: vendor key: ${{ runner.os }}-gem-${{ hashFiles('Gemfile', '*.gemspec') }}