From b801a70b7da48e0289890ed2cf22d4b4a1f7f30e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:52:09 +0000 Subject: [PATCH] Bump actions/labeler from 3 to 5 in /.github/workflows Bumps [actions/labeler](https://github.com/actions/labeler) from 3 to 5. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v3...v5) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 .github/workflows/Label.yml diff --git a/.github/workflows/Label.yml b/.github/workflows/Label.yml old mode 100755 new mode 100644 index 07cee6f06..d23c4d403 --- a/.github/workflows/Label.yml +++ b/.github/workflows/Label.yml @@ -17,6 +17,6 @@ jobs: pull-requests: write steps: - - uses: actions/labeler@v3 + - uses: actions/labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"