diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-27 02:07:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-27 02:07:43 +0000 |
commit | 94c5280af4c6a1de051d11ef753ea6d6cedacdd1 (patch) | |
tree | 84ac55d08587d90b42cd68227b4213d7281af111 /.github/workflows/phpunit-nodb.yml | |
parent | fe4dde3610eeaa7db50dcab3d3a886602956c220 (diff) | |
download | nextcloud-server-94c5280af4c6a1de051d11ef753ea6d6cedacdd1.tar.gz nextcloud-server-94c5280af4c6a1de051d11ef753ea6d6cedacdd1.zip |
chore(deps): Bump actions/checkout from 3.5.2 to 4.1.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 4.1.1.
- [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/v3.5.2...b4ffde65f46336ab88eb53be808477a3936bae11)
---
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/phpunit-nodb.yml')
-rw-r--r-- | .github/workflows/phpunit-nodb.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit-nodb.yml b/.github/workflows/phpunit-nodb.yml index 2454da43b07..4a4591054cc 100644 --- a/.github/workflows/phpunit-nodb.yml +++ b/.github/workflows/phpunit-nodb.yml @@ -69,7 +69,7 @@ jobs: steps: - name: Checkout server - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: submodules: true |