From 47fef3a5436d7fca72d9126dc162a918b32e3141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 23:41:33 +0000 Subject: [PATCH] Bump actions/first-interaction from 1 to 3 in /.github/workflows Bumps [actions/first-interaction](https://github.com/actions/first-interaction) from 1 to 3. - [Release notes](https://github.com/actions/first-interaction/releases) - [Commits](https://github.com/actions/first-interaction/compare/v1...v3) --- updated-dependencies: - dependency-name: actions/first-interaction dependency-version: '3' 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(-) mode change 100755 => 100644 .github/workflows/Greetings.yml diff --git a/.github/workflows/Greetings.yml b/.github/workflows/Greetings.yml old mode 100755 new mode 100644 index a98c708..af5717e --- a/.github/workflows/Greetings.yml +++ b/.github/workflows/Greetings.yml @@ -9,7 +9,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/first-interaction@v1 + - uses: actions/first-interaction@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: "This is your first issue, thank you for contributing to MaCh3!"