.github/workflows/testing.yml in beaker-abs-1.0.0 vs .github/workflows/testing.yml in beaker-abs-1.1.0

- old
+ new

@@ -14,10 +14,10 @@ - '2.7' - '3.0' - '3.1' - '3.2' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically