.github/workflows/docs.yml in amqp-client-1.1.4 vs .github/workflows/docs.yml in amqp-client-1.1.5

- old
+ new

@@ -10,19 +10,19 @@ jobs: docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.0 + ruby-version: ruby - name: Install yard run: gem install yard - name: Generate docs run: yard doc - name: Deploy docs - uses: JamesIves/github-pages-deploy-action@4.1.5 + uses: JamesIves/github-pages-deploy-action@v4.5.0 with: branch: gh-pages folder: doc