.github/workflows/release.yml in microsoft_graph-0.12.0 vs .github/workflows/release.yml in microsoft_graph-0.13.0

- old
+ new

@@ -26,10 +26,10 @@ runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: '3.1' + ruby-version: '3.2' bundler-cache: true # runs 'bundle install' and caches installed gems automatically bundler: 'latest' cache-version: 1 - run: bundle exec rake - name: Publish to RubyGems