From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 09:04:12 +0000 (+0000) Subject: build(deps): bump actions/labeler from 3.1.0 to 4 X-Git-Tag: v251-rc2~217 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6ab9d7ade1baf0c9f3da3663a7b35df49aecd4e;p=thirdparty%2Fsystemd.git build(deps): bump actions/labeler from 3.1.0 to 4 Bumps [actions/labeler](https://github.com/actions/labeler) from 3.1.0 to 4. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/3d612d72e6784a1a65365cc6d33b5a001c12bf10...9fd24f1f9d6ceb64ba34d181b329ee72f99978a0) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index b94c330b7ac..680a2c17a7b 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -16,7 +16,7 @@ jobs: permissions: pull-requests: write steps: - - uses: actions/labeler@3d612d72e6784a1a65365cc6d33b5a001c12bf10 + - uses: actions/labeler@9fd24f1f9d6ceb64ba34d181b329ee72f99978a0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: .github/labeler.yml