From 0f2e93cbb9f5b5cd39aa3c1d81aaeed36b2686c5 Mon Sep 17 00:00:00 2001 From: buty4649 Date: Tue, 16 Jul 2024 10:58:59 +0900 Subject: [PATCH] Remove bundler-cache from GitHub actions config --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b865fd..d1e56e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,8 +11,6 @@ jobs: - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 - with: - bundler-cache: true - name: Run rubocop run: bundle exec rubocop