From 908e2f9f5fee9207a70ac4180506d5de2ae19381 Mon Sep 17 00:00:00 2001 From: "my-renovate[bot]" <105243867+my-renovate[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 07:48:06 +0000 Subject: [PATCH] chore(deps): update amannn/action-semantic-pull-request action to v5.5.2 --- .github/workflows/semantic-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-pull-request.yml b/.github/workflows/semantic-pull-request.yml index ba37a65..abd2947 100644 --- a/.github/workflows/semantic-pull-request.yml +++ b/.github/workflows/semantic-pull-request.yml @@ -22,6 +22,6 @@ jobs: app-id: ${{ secrets.MY_RENOVATE_GITHUB_APP_ID }} private-key: ${{ secrets.MY_RENOVATE_GITHUB_PRIVATE_KEY }} - - uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f # v5.4.0 + - uses: amannn/action-semantic-pull-request@cfb60706e18bc85e8aec535e3c577abe8f70378e # v5.5.2 env: GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}