From 73cb6180bba935b792faf7fe56df3ad66d76deaf Mon Sep 17 00:00:00 2001 From: Colin Hutchinson Date: Tue, 23 Apr 2024 23:08:24 -0400 Subject: [PATCH] chore(template): sync with hutchic-org/template-dockerhub-release --- .github/workflows/pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index d92635c..3033bb6 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -11,7 +11,7 @@ jobs: if: ${{ github.actor != 'pull[bot]' }} steps: - run: echo "$github.actor" - - uses: amannn/action-semantic-pull-request@v5.4.0 + - uses: amannn/action-semantic-pull-request@v5.5.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} pre-commit: