.github/workflows/release.yml in vagrant-vyos-1.1.10 vs .github/workflows/release.yml in vagrant-vyos-1.1.12

- old
+ new

@@ -3,28 +3,31 @@ on: push: branches: - master +permissions: + contents: write + pull-requests: write + jobs: release: runs-on: ubuntu-latest steps: - - uses: GoogleCloudPlatform/release-please-action@v2 + - uses: googleapis/release-please-action@v4 id: release with: - token: ${{ secrets.GH_TOKEN }} - release-type: ruby - version-file: lib/vagrant-vyos/version.rb + config-file: release-please-config.json + manifest-file: .release-please-manifest.json - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 if: ${{ steps.release.outputs.release_created }} - - name: Set up Ruby 2.6 + - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 2.6 + ruby-version: 3.3 if: ${{ steps.release.outputs.release_created }} - name: Build run: | bundle config path vendor/bundle