.github/workflows/rubocop.yml in image_optim-0.31.3 vs .github/workflows/rubocop.yml in image_optim-0.31.4

- old
+ new

@@ -6,10 +6,10 @@ - cron: 45 4 * * 2 jobs: rubocop: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: '3' bundler-cache: true - run: bundle exec rubocop