.github/workflows/comments.yml in rbs-3.2.2 vs .github/workflows/comments.yml in rbs-3.3.0.pre.1

- old
+ new

@@ -11,10 +11,10 @@ test: runs-on: "ubuntu-latest" container: image: rubylang/ruby:3.2-dev-focal steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies run: | apt-get update apt-get install -y libdb-dev curl - name: Update rubygems & bundler