diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-28 02:20:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-28 02:20:16 +0000 |
commit | 15ecb1ae9d15c90ad9683aec289a724949e280b4 (patch) | |
tree | f142df1ce2b97ac0bb13c9563727b9aa8269cbbd /.github | |
parent | 0aa65d97146a7ec52f27969f97d03868688f4c64 (diff) | |
download | nextcloud-server-15ecb1ae9d15c90ad9683aec289a724949e280b4.tar.gz nextcloud-server-15ecb1ae9d15c90ad9683aec289a724949e280b4.zip |
chore(deps): bump actions/checkout from 3.6.0 to 4.1.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 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.6.0...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')
-rw-r--r-- | .github/workflows/cypress.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 012c25ce779..269a1b17cd3 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout server - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: # We need to checkout submodules for 3rdparty submodules: true |