diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc492f0..160b817 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: vendor/bundle key: ${{ runner.os }}-ruby-${{ matrix.ruby }}-gems-${{ hashFiles('**/Gemfile.lock') }}