Skip to content

Commit 8e40f30

Browse files
chore(deps): update wayofdev/gh-actions action to v3.3.0 (#112)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cbdaedc commit 8e40f30

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/merge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}"

.github/workflows/triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: 🏷️ Add labels
1616

1717
jobs:
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:

0 commit comments

Comments
 (0)