diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-01 11:04:12 +0200 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2022-05-03 04:50:11 +0200 |
commit | 5f994fffb934399937542622da23d4f98ddf321d (patch) | |
tree | 10d9cc4113f131c9745bc0d7f9fe960a17556945 /.github/workflows/linter.yml | |
parent | nspawn: Set LANG to C.UTF-8 (diff) | |
download | systemd-5f994fffb934399937542622da23d4f98ddf321d.tar.xz systemd-5f994fffb934399937542622da23d4f98ddf321d.zip |
build(deps): bump actions/checkout from 3.0.0 to 3.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.2.
- [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/a12a3943b4bdde767164f792f33f40b04645d846...2541b1294d2704b0964813337f33b291d3f8596b)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/linter.yml')
-rw-r--r-- | .github/workflows/linter.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 2ce3c0f935..af1c729b47 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Repo checkout - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: # We need a full repo clone fetch-depth: 0 |