Bump pbkdf2 from 3.0.17 to 3.1.3 in /client #2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Greetings | |
| on: [pull_request, issues] | |
| jobs: | |
| greeting: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/first-interaction@v1 | |
| with: | |
| repo-token: ${{ secrets.GITHUB_TOKEN }} | |
| issue-message: 'Thank you for joining our community, I look forward to see you getting better and better on this subject!' | |
| pr-message: 'Please be sure to follow our pull request pattern, if any problem occurs please contact us.' |