summaryrefslogtreecommitdiffstats
path: root/.github/workflows/pr-triage.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pr-triage.yml')
-rw-r--r--.github/workflows/pr-triage.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml
index 75c2b89..cdc2bca 100644
--- a/.github/workflows/pr-triage.yml
+++ b/.github/workflows/pr-triage.yml
@@ -13,7 +13,7 @@ jobs:
# https://github.com/marketplace/actions/auto-author-assign
runs-on: ubuntu-latest
steps:
- - uses: toshimaru/auto-author-assign@v2.1.0
+ - uses: toshimaru/auto-author-assign@v2.1.1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
@@ -22,7 +22,7 @@ jobs:
steps:
# Please look up the latest version from
# https://github.com/amannn/action-semantic-pull-request/releases
- - uses: amannn/action-semantic-pull-request@v5.5.2
+ - uses: amannn/action-semantic-pull-request@v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: