diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml index 19b61dd82..68bb3df87 100644 --- a/.github/workflows/welcome.yml +++ b/.github/workflows/welcome.yml @@ -10,7 +10,7 @@ jobs: if: github.repository == 'WebGoat/WebGoat' runs-on: ubuntu-latest steps: - - uses: actions/first-interaction@v3.0.0 + - uses: actions/first-interaction@v3.1.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: 'Thanks for submitting your first issue, we will have a look as quickly as possible.'