From d1c0dd10ac5146166bc58feff7ea0c410d4fc6f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 May 2025 17:23:07 +0000 Subject: [PATCH] chore(deps): update wayofdev/gh-actions action to v3.3.0 --- .github/workflows/merge.yml | 6 +++--- .github/workflows/triage.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index c70607d..c1d2d5b 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -21,18 +21,18 @@ jobs: ) steps: - name: 🙋‍♂️ Request reviewer from @way-finder-bot - uses: wayofdev/gh-actions/actions/github/pull-request/request-review@v3.2.0 + uses: wayofdev/gh-actions/actions/github/pull-request/request-review@v3.3.0 with: reviewer: 'way-finder-bot' github-token: "${{ secrets.WAY_FINDER_BOT_TOKEN }}" - name: 🙋‍♂️ Assign @way-finder-bot - uses: wayofdev/gh-actions/actions/github/pull-request/add-assignee@v3.2.0 + uses: wayofdev/gh-actions/actions/github/pull-request/add-assignee@v3.3.0 with: assignee: 'way-finder-bot' github-token: "${{ secrets.WAY_FINDER_BOT_TOKEN }}" - name: ✅ Approve pull request - uses: wayofdev/gh-actions/actions/github/pull-request/approve@v3.2.0 + uses: wayofdev/gh-actions/actions/github/pull-request/approve@v3.3.0 with: github-token: "${{ secrets.WAY_FINDER_BOT_TOKEN }}" diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 8fd18ac..67a1404 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -16,7 +16,7 @@ name: 🏷️ Add labels jobs: label: - uses: wayofdev/gh-actions/.github/workflows/apply-labels.yml@v3.2.0 + uses: wayofdev/gh-actions/.github/workflows/apply-labels.yml@v3.3.0 with: os: ubuntu-latest secrets: