.github/workflows/test.yml in itax_code-0.3.0 vs .github/workflows/test.yml in itax_code-0.4.0

- old
+ new

@@ -14,10 +14,10 @@ strategy: fail-fast: false matrix: ruby: [2.5, 2.6, 2.7, '3.0', 3.1, head] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: bundler-cache: true ruby-version: ${{ matrix.ruby }} - run: bundle install