summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-01 09:57:28 +0000
committerFrantisek Sumsal <frantisek@sumsal.cz>2023-04-01 18:07:58 +0200
commitca8444d471959b56e5b81c6b061d01b30e7ecd9c (patch)
treea892889e7e4a5bb557fcbfe45594708c73a6a00b /.github
parent4a0c9b60b2683da47a35b7c657bb7d2f18583499 (diff)
downloadsystemd-ca8444d471959b56e5b81c6b061d01b30e7ecd9c.tar.gz
build(deps): bump actions/labeler from 4.0.2 to 4.0.3
Bumps [actions/labeler](https://github.com/actions/labeler) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/5c7539237e04b714afd8ad9b4aed733815b9fab4...ba790c862c380240c6d5e7427be5ace9a05c754b) --- 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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index 6085150699..389f896f23 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@5c7539237e04b714afd8ad9b4aed733815b9fab4
+ uses: actions/labeler@ba790c862c380240c6d5e7427be5ace9a05c754b
if: github.event_name == 'pull_request_target' && github.event.action != 'closed'
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"