.github/workflows/ruby.yml in aws_secrets_loader-0.2.4 vs .github/workflows/ruby.yml in aws_secrets_loader-0.2.7

- old
+ new

@@ -17,17 +17,15 @@ test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Ruby - # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby, - # change this to (see https://github.com/ruby/setup-ruby#versioning): - # uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@21351ecc0a7c196081abca5dc55b08f085efe09a + uses: ruby/setup-ruby@v1 with: ruby-version: 2.6 + bundler-cache: true - name: Install dependencies run: bundle install - name: Run Lint run: bundle exec rubocop --parallel - name: Setup Code Climate test-reporter