From 334404af0fef048f79ef50511f4644e84d9dca1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:05:44 +0000 Subject: [PATCH] build(deps): bump github/issue-labeler from 3.3 to 3.4 Bumps [github/issue-labeler](https://github.com/github/issue-labeler) from 3.3 to 3.4. - [Release notes](https://github.com/github/issue-labeler/releases) - [Commits](https://github.com/github/issue-labeler/compare/v3.3...v3.4) --- updated-dependencies: - dependency-name: github/issue-labeler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/repo.issue.labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repo.issue.labels.yml b/.github/workflows/repo.issue.labels.yml index ecafca1..ce140a1 100644 --- a/.github/workflows/repo.issue.labels.yml +++ b/.github/workflows/repo.issue.labels.yml @@ -23,7 +23,7 @@ jobs: submodules: recursive fetch-depth: 0 - name: Update labels - uses: github/issue-labeler@v3.3 + uses: github/issue-labeler@v3.4 with: repo-token: ${{ secrets.GITHUB_TOKEN }} # Path to the configuration file for this action