.github/workflows/ruby.yml in datadog-notifications-0.7.0 vs .github/workflows/ruby.yml in datadog-notifications-0.7.1
- old
+ new
@@ -11,10 +11,10 @@
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ["2.7", "3.0", "3.1"]
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- run: bundle exec rake