From a777712fa2227184d3a6539b747d53df310036e1 Mon Sep 17 00:00:00 2001 From: Sid <122173059+hugo-sid@users.noreply.github.com> Date: Wed, 17 Jul 2024 18:13:05 +0530 Subject: [PATCH] chore(deps): revert google-github-actions/release-please-action (#207) This reverts commit 76457538174293afb6b83c0d70d79b0777e5aa4e. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b4a88dd..fb70f69 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ release-please: runs-on: ubuntu-latest steps: - - uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4.1.1 + - uses: google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 # v3.7.13 with: release-type: simple token: ${{ secrets.HBA_RELEASE_PLEASE_TOKEN }}