Skip to content

Commit

Permalink
Fix workflow for greetings
Browse files Browse the repository at this point in the history
Due to the low nodejs version of the github action component
the run fails, and the switch is made to a newer version.
  • Loading branch information
sandiandian committed Nov 29, 2023
1 parent 4235967 commit ac0f929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
- uses: actions/first-interaction@v1.2.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Hey, @${{ github.actor }} welcome!🎊 Thanks for taking the time to point this out.🙌"
Expand Down

0 comments on commit ac0f929

Please sign in to comment.