diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 1f55c4ca..b159d105 100644 --- 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@v2 + - uses: actions/first-interaction@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: "Thanks for contributing to Blowfish"