From 440f063c3f752be946c88fa43cb890787cedd16e Mon Sep 17 00:00:00 2001 From: Luis Ball Date: Sat, 20 Nov 2021 23:05:36 -0800 Subject: [PATCH] chore: bump gh action version --- .github/workflows/annotate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/annotate.yml b/.github/workflows/annotate.yml index 38fb795..91a7776 100644 --- a/.github/workflows/annotate.yml +++ b/.github/workflows/annotate.yml @@ -13,6 +13,6 @@ jobs: with: token: ${{ secrets.PAT }} - name: Automatic Stacked PR Annotation - uses: luqven/annotate@0.1.4 + uses: luqven/annotate@0.1.9 env: GITHUB_TOKEN: ${{ secrets.PAT }}