diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-01 10:01:41 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-11-01 11:25:37 +0100 |
commit | 7fdcd903ab48bd4f4bcad2237cf54d41a2334aca (patch) | |
tree | 9ba91fe7b9a36a26ab660cf7e03118a516d36ebf /.github/workflows/build_test.yml | |
parent | man: <strong> is not a valid docbook tag, but <emphasis> is (diff) | |
download | systemd-7fdcd903ab48bd4f4bcad2237cf54d41a2334aca.tar.xz systemd-7fdcd903ab48bd4f4bcad2237cf54d41a2334aca.zip |
build(deps): bump actions/checkout from 4.2.0 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.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/d632683dd7b4114ad314bca15554477dd762a938...11bd71901bbe5b1630ceea73d27597364c9af683)
---
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/build_test.yml')
-rw-r--r-- | .github/workflows/build_test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index b6aac843b0..f5d54e8847 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -33,6 +33,6 @@ jobs: env: ${{ matrix.env }} steps: - name: Repository checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Build check run: .github/workflows/build_test.sh |