.github/workflows/main.yml in fd-0.4.0 vs .github/workflows/main.yml in fd-0.5.0

- old
+ new

@@ -4,13 +4,13 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.1.0 + ruby-version: 3.2.1 bundler-cache: true - name: Run the default task run: bundle exec rake