.github/workflows/lint.yml in capybara-screenshot-diff-1.6.3 vs .github/workflows/lint.yml in capybara-screenshot-diff-1.7.0

- old
+ new

@@ -11,10 +11,10 @@ name: Lint runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: '3.1'