From 344c1fc585139b5e67541c0d72d16a4d648ac220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 07:09:23 +0000 Subject: [PATCH] Bump actions/first-interaction from 1.1.1 to 1.3.0 Bumps [actions/first-interaction](https://github.com/actions/first-interaction) from 1.1.1 to 1.3.0. - [Release notes](https://github.com/actions/first-interaction/releases) - [Commits](https://github.com/actions/first-interaction/compare/v1.1.1...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/First-interaction.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/First-interaction.yml b/.github/workflows/First-interaction.yml index cd1030c..69b7a01 100644 --- a/.github/workflows/First-interaction.yml +++ b/.github/workflows/First-interaction.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Welcome new contributor - uses: actions/first-interaction@v1.1.1 + uses: actions/first-interaction@v1.3.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: |