.github/workflows/linting.yml in chusaku-1.1.0 vs .github/workflows/linting.yml in chusaku-1.2.0
- old
+ new
@@ -4,11 +4,11 @@
standard:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
- uses: ruby/setup-ruby@473e4d8fe5dd94ee328fdfca9f8c9c7afc9dae5e
+ uses: ruby/setup-ruby@v1
with:
- ruby-version: 3.0.0
+ ruby-version: 3.3
bundler-cache: true
- name: Run Standard
run: bundle exec standardrb --fail-level A