diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92624c9..8e26a20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: with: ruby-version: 3.0.2 - name: Cache Gems - uses: actions/cache@v4.2.2 + uses: actions/cache@v4.2.3 with: path: vendor/bundle key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}