From 4fd80a46eea3979ec798406f36980cc51bc68c9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 13:10:51 +0000 Subject: [PATCH] :arrow_up: Bump google-github-actions/release-please-action from 2 to 3 Bumps [google-github-actions/release-please-action](https://github.com/google-github-actions/release-please-action) from 2 to 3. - [Release notes](https://github.com/google-github-actions/release-please-action/releases) - [Changelog](https://github.com/google-github-actions/release-please-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/release-please-action/compare/v2...v3) --- updated-dependencies: - dependency-name: google-github-actions/release-please-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-please.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 299aad22..8b2d11fe 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -49,7 +49,7 @@ jobs: if: ${{ needs.pre_check.outputs.should_skip_lang != 'true' }} steps: - name: Release please (squiggle-lang) - uses: google-github-actions/release-please-action@v2 + uses: google-github-actions/release-please-action@v3 id: release with: token: ${{secrets.GITHUB_TOKEN}} @@ -77,7 +77,7 @@ jobs: if: ${{ needs.pre_check.outputs.should_skip_components != 'true' }} steps: - name: Release please (components) - uses: google-github-actions/release-please-action@v2 + uses: google-github-actions/release-please-action@v3 with: token: ${{secrets.GITHUB_TOKEN}} command: manifest-pr @@ -103,7 +103,7 @@ jobs: if: ${{ needs.pre_check.outputs.should_skip_website != 'true' }} steps: - name: Release please (website) - uses: google-github-actions/release-please-action@v2 + uses: google-github-actions/release-please-action@v3 with: token: ${{secrets.GITHUB_TOKEN}} command: manifest-pr @@ -117,7 +117,7 @@ jobs: if: ${{ needs.pre_check.outputs.should_skip_vscodeext != 'true' }} steps: - name: Release please (vscode-ext) - uses: google-github-actions/release-please-action@v2 + uses: google-github-actions/release-please-action@v3 with: token: ${{secrets.GITHUB_TOKEN}} command: manifest-pr @@ -131,7 +131,7 @@ jobs: if: ${{ needs.pre_check.outputs.should_skip_cli != 'true' }} steps: - name: Release please (cli) - uses: google-github-actions/release-please-action@v2 + uses: google-github-actions/release-please-action@v3 with: token: ${{secrets.GITHUB_TOKEN}} command: manifest-pr