From eabb7fd6e1c999d27ed58a0ffdeab83642dc5a11 Mon Sep 17 00:00:00 2001 From: Jimmi Dyson Date: Mon, 3 Oct 2022 13:18:26 +0100 Subject: [PATCH] ci: Specify release-please action version (#215) --- .github/workflows/release-main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-main.yaml b/.github/workflows/release-main.yaml index 06cd2ca7..0e406684 100644 --- a/.github/workflows/release-main.yaml +++ b/.github/workflows/release-main.yaml @@ -12,7 +12,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: google-github-actions/release-please-action@main + - uses: google-github-actions/release-please-action@v3.5 id: release-please with: release-type: go