.github/workflows/perf.yml in alba-2.4.3 vs .github/workflows/perf.yml in alba-3.0.0

- old
+ new

@@ -5,13 +5,13 @@ jobs: build: strategy: fail-fast: false matrix: - ruby: [2.7, 3.0, 3.1] + ruby: ['3.0', 3.1, 3.2] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true