From edcda64ec463a98d06c793d3a653de5ceefd9521 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 05:55:28 +0000 Subject: [PATCH] chore: bump actions/first-interaction from 1.3.0 to 2.0.0 --- updated-dependencies: - dependency-name: actions/first-interaction dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/greetings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index ddd7cd8..80b2b92 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Handle Greetings - uses: actions/first-interaction@34f15e814fe48ac9312ccf29db4e74fa767cbab7 # v1.3.0 + uses: actions/first-interaction@2d4393e6bc0e2efb2e48fba7e06819c3bf61ffc9 # v2.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: "Thank you for raising your first issue - all contributions to this project are welcome!"