From c32d9ed229c329a2e269aaacff3d139382d6a4da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 06:17:59 +0000 Subject: [PATCH] build(deps): bump Dunning-Kruger/unlock-issues from 1 to 1.1 Bumps [Dunning-Kruger/unlock-issues](https://github.com/Dunning-Kruger/unlock-issues) from 1 to 1.1. - [Release notes](https://github.com/Dunning-Kruger/unlock-issues/releases) - [Commits](https://github.com/Dunning-Kruger/unlock-issues/compare/v1...v1.1) Signed-off-by: dependabot[bot] --- .github/workflows/unlock-reopened-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unlock-reopened-issues.yml b/.github/workflows/unlock-reopened-issues.yml index 178ca5a..a34e661 100644 --- a/.github/workflows/unlock-reopened-issues.yml +++ b/.github/workflows/unlock-reopened-issues.yml @@ -8,6 +8,6 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: Dunning-Kruger/unlock-issues@v1 + - uses: Dunning-Kruger/unlock-issues@v1.1 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"