.github/workflows/tests.yml in whois-5.1.0 vs .github/workflows/tests.yml in whois-5.1.1

- old
+ new

@@ -12,13 +12,14 @@ ruby-version: - "2.6" - "2.7" - "3.0" - "3.1" + - "3.2" platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} - name: Install dependencies