summaryrefslogtreecommitdiff
path: root/.github/workflows/linter.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-01 09:04:08 +0000
committerFrantisek Sumsal <frantisek@sumsal.cz>2022-04-01 21:40:52 +0000
commita2b107c86c5f2852a6186e0baa33ae7eb58d2417 (patch)
tree071c925e2b6303d05b6e52fe22e472fea6ddd777 /.github/workflows/linter.yml
parenta1a1e0b79ff76470c908c21fe478e9dea1068290 (diff)
downloadsystemd-a2b107c86c5f2852a6186e0baa33ae7eb58d2417.tar.gz
build(deps): bump actions/checkout from 2.4.0 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3. - [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/ec3a7ce113134d7a93b817d10a8272cb61118579...a12a3943b4bdde767164f792f33f40b04645d846) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/linter.yml')
-rw-r--r--.github/workflows/linter.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml
index f06e012c5f..2ce3c0f935 100644
--- a/.github/workflows/linter.yml
+++ b/.github/workflows/linter.yml
@@ -23,7 +23,7 @@ jobs:
steps:
- name: Repo checkout
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
+ uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
with:
# We need a full repo clone
fetch-depth: 0