From 69d81b6d2d711aff0bc0546e24d180ff80672ea2 Mon Sep 17 00:00:00 2001 From: Erik Godding Boye Date: Wed, 6 Dec 2023 21:52:35 +0100 Subject: [PATCH] revert: "chore(deps): update google-github-actions/release-please-action action to v4" (#45) --- .github/workflows/release-please.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 45bb309..e6312c8 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -55,7 +55,7 @@ jobs: private_key: ${{ secrets.STATNETT_BOT_PRIVATE_KEY }} - id: release - uses: google-github-actions/release-please-action@a6d1fd9854c8c40688a72f7e4b072a1e965860a0 # v4.0.0 + uses: google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 # v3.7.13 with: bump-minor-pre-major: ${{ inputs.bump-minor-pre-major }} extra-files: ${{ inputs.extra-files }}