diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-01 10:01:18 +0100 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-01-06 19:47:52 +0100 |
commit | 5afe9a300ab59d12e9dd763b7a753e962038c0bc (patch) | |
tree | 20b635bea3dd12ce6808f428530200cbfb07cd4b /.github/workflows/issue_labeler.yml | |
parent | build(deps): bump meson from 0.64.1 to 1.0.0 in /.github/workflows (diff) | |
download | systemd-5afe9a300ab59d12e9dd763b7a753e962038c0bc.tar.xz systemd-5afe9a300ab59d12e9dd763b7a753e962038c0bc.zip |
build(deps): bump actions/checkout from 3.0.2 to 3.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.0.2...755da8c3cf115ac066823e79a1e1788f8940201b)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/issue_labeler.yml')
-rw-r--r-- | .github/workflows/issue_labeler.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/issue_labeler.yml b/.github/workflows/issue_labeler.yml index 275dbbb84e..78099f7972 100644 --- a/.github/workflows/issue_labeler.yml +++ b/.github/workflows/issue_labeler.yml @@ -20,7 +20,7 @@ jobs: template: [ bug_report.yml, feature_request.yml ] steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - name: Parse issue form uses: stefanbuck/github-issue-parser@f80b14f78892a66d7a35bba44f0a7d63bee03602 |