.github/workflows/publish.yaml in kitchen-dsc-0.12.0 vs .github/workflows/publish.yaml in kitchen-dsc-0.12.1

- old
+ new

@@ -7,15 +7,12 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: google-github-actions/release-please-action@v3 + - uses: googleapis/release-please-action@v4 id: release with: - release-type: ruby - package-name: kitchen-dsc - version-file: lib/kitchen-dsc/version.rb token: ${{ secrets.PORTER_GITHUB_TOKEN }} - name: Checkout uses: actions/checkout@v4 if: ${{ steps.release.outputs.release_created }}