From cd0675c6487108939cc076eb484ddeaabff23ec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 00:16:19 +0000 Subject: [PATCH] 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/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: actions/first-interaction dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/greeting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/greeting.yml b/.github/workflows/greeting.yml index fd0915b8..9b198f96 100644 --- a/.github/workflows/greeting.yml +++ b/.github/workflows/greeting.yml @@ -6,7 +6,7 @@ jobs: greeting: runs-on: ubuntu-20.04 steps: - - uses: actions/first-interaction@v1.2.0 + - uses: actions/first-interaction@v1.3.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: 'Thank you for submitting your first issue. We will be looking into it as soon as possible.'