.github/workflows/comments.yml in rbs-3.4.0 vs .github/workflows/comments.yml in rbs-3.4.1

- old
+ new

@@ -11,10 +11,10 @@ test: runs-on: "ubuntu-latest" container: image: rubylang/ruby:3.2-dev-focal env: - RUBY_COMMIT: v3_3_0_rc1 + RUBY_COMMIT: v3_3_0 steps: - uses: actions/checkout@v4 - name: Install dependencies run: | apt-get update