diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-13 17:48:43 +0100 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2024-03-13 20:15:20 +0100 |
commit | e065f1c41b1e5f9d5a165b4715083f1653c9c7c4 (patch) | |
tree | b8e556aab44bf25c871978e07011d47106e06250 /.github/workflows/build_test.yml | |
parent | build(deps): bump meson from 1.3.2 to 1.4.0 in /.github/workflows (diff) | |
download | systemd-e065f1c41b1e5f9d5a165b4715083f1653c9c7c4.tar.xz systemd-e065f1c41b1e5f9d5a165b4715083f1653c9c7c4.zip |
build(deps): bump actions/checkout from 4.1.1 to 4.1.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.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/b4ffde65f46336ab88eb53be808477a3936bae11...9bb56186c3b09b4f86b1c65136769dd318469633)
---
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 95d993ec42..9ef2332980 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -33,7 +33,7 @@ jobs: env: ${{ matrix.env }} steps: - name: Repository checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # FIXME: drop once https://github.com/actions/runner-images/issues/9491 is resolved - name: Reduce ASLR entropy run: sudo sysctl -w vm.mmap_rnd_bits=28 |