diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-01 10:58:46 +0100 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-03-01 14:14:53 +0100 |
commit | 17d4646ed844cab7044979b1407a2e7c540097e8 (patch) | |
tree | 684715280c200375abebb05751f5517d22164643 /.github | |
parent | build(deps): bump meson from 1.0.0 to 1.0.1 in /.github/workflows (diff) | |
download | systemd-17d4646ed844cab7044979b1407a2e7c540097e8.tar.xz systemd-17d4646ed844cab7044979b1407a2e7c540097e8.zip |
build(deps): bump actions/labeler from 4.0.1 to 4.0.2
Bumps [actions/labeler](https://github.com/actions/labeler) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](https://github.com/actions/labeler/compare/e54e5b338fbd6e6cdb5d60f51c22335fc57c401e...5c7539237e04b714afd8ad9b4aed733815b9fab4)
---
updated-dependencies:
- dependency-name: actions/labeler
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/labeler.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index c51a2c0d72..6085150699 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Label PR based on policy in labeler.yml - uses: actions/labeler@e54e5b338fbd6e6cdb5d60f51c22335fc57c401e + uses: actions/labeler@5c7539237e04b714afd8ad9b4aed733815b9fab4 if: github.event_name == 'pull_request_target' && github.event.action != 'closed' with: repo-token: "${{ secrets.GITHUB_TOKEN }}" |