diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 068641983..7b87b0f52 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest if: github.repository_owner == 'ActivityWatch' # don't run on forks steps: - - uses: actions/first-interaction@v1 + - uses: actions/first-interaction@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: >