From 4c43e36697221dbd86a7098d7e1742d8e4db3c92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:31:01 +0000 Subject: [PATCH] chore(deps): bump actions/labeler Bumps [actions/labeler](https://github.com/actions/labeler) from 506e1a00c6c05ba98ac585056a23f16073fa5915 to 70db055cd5ecb1019ed363a581f7208437960ec3. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/506e1a00c6c05ba98ac585056a23f16073fa5915...70db055cd5ecb1019ed363a581f7208437960ec3) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 04644c7..78b165d 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -10,6 +10,6 @@ jobs: labeler: runs-on: ubuntu-latest steps: - - uses: actions/labeler@506e1a00c6c05ba98ac585056a23f16073fa5915 # (latest, untagged) + - uses: actions/labeler@70db055cd5ecb1019ed363a581f7208437960ec3 # (latest, untagged) with: repo-token: "${{ secrets.GITHUB_TOKEN }}"