From e284f5b61c0df05b63388ea5d31311f5daacd858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:28:11 +0000 Subject: [PATCH] chore(deps): bump googleapis/release-please-action from 4.1.1 to 4.1.3 in /.github/workflows in the gha group (#1114) --- .github/workflows/rel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rel.yml b/.github/workflows/rel.yml index e6fcd385..1714a7bb 100644 --- a/.github/workflows/rel.yml +++ b/.github/workflows/rel.yml @@ -14,6 +14,6 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Release Please - uses: googleapis/release-please-action@v4.1.1 + uses: googleapis/release-please-action@v4.1.3 with: token: ${{ secrets.GITHUB_TOKEN }}