File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,18 @@ jobs:
2121 )
2222 steps :
2323 - name : 🙋♂️ Request reviewer from @way-finder-bot
24- uses : wayofdev/gh-actions/actions/github/pull-request/request-review@v3.2 .0
24+ uses : wayofdev/gh-actions/actions/github/pull-request/request-review@v3.3 .0
2525 with :
2626 reviewer : ' way-finder-bot'
2727 github-token : " ${{ secrets.WAY_FINDER_BOT_TOKEN }}"
2828
2929 - name : 🙋♂️ Assign @way-finder-bot
30- uses : wayofdev/gh-actions/actions/github/pull-request/add-assignee@v3.2 .0
30+ uses : wayofdev/gh-actions/actions/github/pull-request/add-assignee@v3.3 .0
3131 with :
3232 assignee : ' way-finder-bot'
3333 github-token : " ${{ secrets.WAY_FINDER_BOT_TOKEN }}"
3434
3535 - name : ✅ Approve pull request
36- uses : wayofdev/gh-actions/actions/github/pull-request/approve@v3.2 .0
36+ uses : wayofdev/gh-actions/actions/github/pull-request/approve@v3.3 .0
3737 with :
3838 github-token : " ${{ secrets.WAY_FINDER_BOT_TOKEN }}"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ name: 🏷️ Add labels
1616
1717jobs :
1818 label :
19- uses : wayofdev/gh-actions/.github/workflows/apply-labels.yml@v3.2 .0
19+ uses : wayofdev/gh-actions/.github/workflows/apply-labels.yml@v3.3 .0
2020 with :
2121 os : ubuntu-latest
2222 secrets :
You can’t perform that action at this time.
0 commit comments