From 15538b2251ebccf9405989f2b4e4cd655011b589 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 23:57:15 +0000 Subject: [PATCH] chore(deps): update jasonetco/is-sponsor-label-action action to v2 --- .github/workflows/annotate-sponsors-with-label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/annotate-sponsors-with-label.yml b/.github/workflows/annotate-sponsors-with-label.yml index 6e098d3..1b17fb1 100644 --- a/.github/workflows/annotate-sponsors-with-label.yml +++ b/.github/workflows/annotate-sponsors-with-label.yml @@ -9,6 +9,6 @@ jobs: name: is-sponsor-label runs-on: ubuntu-latest steps: - - uses: JasonEtco/is-sponsor-label-action@v1 + - uses: JasonEtco/is-sponsor-label-action@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}