diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 6e4b5ba..39dd746 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -12,7 +12,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: "Thank you for taking the time to identify an issue in diffusion-tool! This is your first issue."