From 773e313e6548d3a7a38afaff7e8d33b2d3f3f914 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 01:31:46 +0000 Subject: [PATCH 1/2] chore(deps): update google-github-actions/release-please-action digest to e4dc86b --- .github/workflows/tag-and-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag-and-release.yaml b/.github/workflows/tag-and-release.yaml index 0878dd9..c714cd8 100644 --- a/.github/workflows/tag-and-release.yaml +++ b/.github/workflows/tag-and-release.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Create Release Tag id: tag - uses: google-github-actions/release-please-action@a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b # v4 + uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4 with: command: manifest # use configs in release-please-config.json - id: release-flag From 5ce02af4df6b43001170c58a2a8609bfed6d68ce Mon Sep 17 00:00:00 2001 From: Micah Nagel Date: Thu, 23 May 2024 12:40:34 -0600 Subject: [PATCH 2/2] fix upstream source --- .github/workflows/tag-and-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag-and-release.yaml b/.github/workflows/tag-and-release.yaml index c714cd8..56e5286 100644 --- a/.github/workflows/tag-and-release.yaml +++ b/.github/workflows/tag-and-release.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Create Release Tag id: tag - uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4 + uses: googleapis/release-please-action@f3969c04a4ec81d7a9aa4010d84ae6a7602f86a7 # v4.1.1 with: command: manifest # use configs in release-please-config.json - id: release-flag