.github/workflows/lint.yml in acts_as_account-3.2.3 vs .github/workflows/lint.yml in acts_as_account-3.3.0
- old
+ new
@@ -11,10 +11,10 @@
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
- ruby-version: 2.7
+ ruby-version: 3.3
- name: Cache gems
uses: actions/cache@v1
with:
path: vendor/bundle
key: ${{ runner.os }}-rubocop-${{ hashFiles('**/Gemfile.lock') }}