From 7f1e6f40d866dab6e7e2e7bf949bf6f99e4647cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 19:16:21 +0000 Subject: [PATCH] Bump andymckay/labeler from 1.0.3 to 1.0.4 Bumps [andymckay/labeler](https://github.com/andymckay/labeler) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/andymckay/labeler/releases) - [Commits](https://github.com/andymckay/labeler/compare/1.0.3...1.0.4) --- updated-dependencies: - dependency-name: andymckay/labeler dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 1498db605..6dec15ea0 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Add track-internal - uses: andymckay/labeler@1.0.3 + uses: andymckay/labeler@1.0.4 if: github.event.issue.pull_request == null with: repo-token: ${{ secrets.Github_Token }}