diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-30 22:35:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-30 22:35:17 +0000 |
commit | 0a5bb99345a616843d12b59e4bee4fc5dae6d2ee (patch) | |
tree | 95172c2ad65111566f3e2ecc057b42d60e0e222b /.github/workflows/files-external-smb.yml | |
parent | 99d507c2593c6c60081ff16586ba3b68237ca0b0 (diff) | |
download | nextcloud-server-0a5bb99345a616843d12b59e4bee4fc5dae6d2ee.tar.gz nextcloud-server-0a5bb99345a616843d12b59e4bee4fc5dae6d2ee.zip |
chore(deps): Bump actions/checkout in the github-actions groupdependabot/github_actions/github-actions-aa3137d618
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).
Updates `actions/checkout` from 4.1.7 to 4.2.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/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/files-external-smb.yml')
-rw-r--r-- | .github/workflows/files-external-smb.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/files-external-smb.yml b/.github/workflows/files-external-smb.yml index 51473e39f68..7229268691c 100644 --- a/.github/workflows/files-external-smb.yml +++ b/.github/workflows/files-external-smb.yml @@ -56,7 +56,7 @@ jobs: steps: - name: Checkout server - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: submodules: true |