From 8d089ae3f4d88c44b218d1256f6830a294ef9b43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 20:08:44 +0000 Subject: [PATCH] Update mshick/add-pr-comment action to v3 --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 141c477..d90c2b3 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -24,7 +24,7 @@ jobs: config: ./.hadolint.yml dockerfile: caddy.dockerfile - name: Print the linter report - uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2 + uses: mshick/add-pr-comment@8e4927817251f1ff60c001f04568532b38e0b4a0 # v3 if: success() || failure() with: status: ${{ steps.hadolint.outcome }}