From ed22fb550bead1264a026104c651e6f344e28c42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 18:03:19 +0000 Subject: [PATCH] Bump actions/first-interaction from 1 to 2 in /.github/workflows Bumps [actions/first-interaction](https://github.com/actions/first-interaction) from 1 to 2. - [Release notes](https://github.com/actions/first-interaction/releases) - [Commits](https://github.com/actions/first-interaction/compare/v1...v2) --- updated-dependencies: - dependency-name: actions/first-interaction dependency-version: '2' 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..96e81d9 --- 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@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: "This is your first issue, thank you for contributing to MaCh3!"