From c5018c4cf5d315ceaaff3103d1c302b238a5d069 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 21:29:27 +0000 Subject: [PATCH] chore(deps): update actions/first-interaction action to v3 --- .github/workflows/issue-automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-automation.yml b/.github/workflows/issue-automation.yml index c523823b..549406af 100644 --- a/.github/workflows/issue-automation.yml +++ b/.github/workflows/issue-automation.yml @@ -7,7 +7,7 @@ jobs: name: Greet new users runs-on: self-hosted steps: - - uses: actions/first-interaction@2d4393e6bc0e2efb2e48fba7e06819c3bf61ffc9 # v2 + - uses: actions/first-interaction@753c925c8d1ac6fede23781875376600628d9b5d # v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: 'If this is an issue you''re having, please close the issue and go to our support server instead: https://promise.solutions/support'