From 95073f2fbb883129610452221284d463c9796a9a Mon Sep 17 00:00:00 2001 From: Sepideh Alassi Date: Tue, 30 Jan 2024 10:07:07 +0100 Subject: [PATCH] Update release-please-action version --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f09f5c00..fd310dc9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,7 +44,7 @@ jobs: if: github.ref == 'refs/heads/develop' steps: - name: Get release please action - uses: GoogleCloudPlatform/release-please-action@v2 + uses: GoogleCloudPlatform/release-please-action@v4 with: token: ${{ secrets.GITHUB_TOKEN }} release-type: node