diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-01 10:58:39 +0100 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-03-01 14:13:04 +0100 |
commit | 7afcf8b1935876393562a62288ede0e77cf874cc (patch) | |
tree | 05545873f4f3f3355c596317975acbb11b2ce0e3 /.github/workflows/unit_tests.yml | |
parent | Merge pull request #26393 from poettering/mempress (diff) | |
download | systemd-7afcf8b1935876393562a62288ede0e77cf874cc.tar.xz systemd-7afcf8b1935876393562a62288ede0e77cf874cc.zip |
build(deps): bump actions/checkout from 3.2.0 to 3.3.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.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/755da8c3cf115ac066823e79a1e1788f8940201b...ac593985615ec2ede58e132d2e21d2b1cbd6127c)
---
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 '')
-rw-r--r-- | .github/workflows/unit_tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index b07ad3b02d..e8b092e421 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -30,7 +30,7 @@ jobs: cryptolib: gcrypt steps: - name: Repository checkout - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Install build dependencies run: | # Drop XDG_* stuff from /etc/environment, so we don't get the user |