From 5e5499e6d978e83a99581f6cc1b617bde3ecdd30 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 10 Apr 2023 14:48:41 -0700 Subject: Updating Ruby dependencies for 17-Stable Signed-off-by: John --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d04e38d6..332e1bbe 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,6 +17,6 @@ jobs: - uses: ruby/setup-ruby@v1 with: ruby-version: 3.0 - bundler-cache: false + bundler-cache: true - uses: r7kamura/rubocop-problem-matchers-action@v1 # this shows the failures in the PR - run: bundle exec chefstyle -- cgit v1.2.1