From 35c4027e93b1f128d965c9ad58b4f2835eab9b31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 01:07:02 +0000 Subject: [PATCH] chore(deps): bump google-github-actions/release-please-action Bumps [google-github-actions/release-please-action](https://github.com/google-github-actions/release-please-action) from 3.7.8 to 3.7.9. - [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/c078ea33917ab8cfa5300e48f4b7e6b16606aede...51ee8ae2605bd5ce1cfdcc5938684908f1cd9f69) --- updated-dependencies: - dependency-name: google-github-actions/release-please-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index c6bca7ac..9cf82577 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -143,7 +143,7 @@ jobs: echo "semver=$MAJOR.$MINOR.$PATCH" >> $GITHUB_OUTPUT - name: Release id: release - uses: google-github-actions/release-please-action@c078ea33917ab8cfa5300e48f4b7e6b16606aede + uses: google-github-actions/release-please-action@51ee8ae2605bd5ce1cfdcc5938684908f1cd9f69 with: token: ${{ secrets.PAT }} fork: true