From 95e76c92dd086680e6a0705e964910182c14804a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 04:17:20 +0000 Subject: [PATCH] build(deps): bump actions/first-interaction from 1.2.0 to 1.3.0 Bumps [actions/first-interaction](https://github.com/actions/first-interaction) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/actions/first-interaction/releases) - [Commits](https://github.com/actions/first-interaction/compare/1dbfe1ba5525b8257e1f259b09745bee346d62d8...34f15e814fe48ac9312ccf29db4e74fa767cbab7) --- updated-dependencies: - dependency-name: actions/first-interaction dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/first_time_greeting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/first_time_greeting.yml b/.github/workflows/first_time_greeting.yml index 5223e9743f6c..7fe2362f40d6 100644 --- a/.github/workflows/first_time_greeting.yml +++ b/.github/workflows/first_time_greeting.yml @@ -45,7 +45,7 @@ jobs: # Greet first-time contributors: - name: 'Greet first-time contributors' # Pin action to full length commit SHA - uses: actions/first-interaction@1dbfe1ba5525b8257e1f259b09745bee346d62d8 # v1.2.0 + uses: actions/first-interaction@34f15e814fe48ac9312ccf29db4e74fa767cbab7 # v1.3.0 with: repo-token: ${{ secrets.CHATBOT_GITHUB_TOKEN }} issue-message: |