diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-13 12:47:26 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-13 12:47:26 +0300 |
| commit | 52edf180c5fbd138a482b3fad608b52b5f898d5c (patch) | |
| tree | 17063405c6d62cbaa462c78579d0a6cef4c21c9e /.github/workflows/docs.yml | |
| parent | 9900cf33c0d980353303b0fee381199c9ee89fb8 (diff) | |
| download | bootstrap-52edf180c5fbd138a482b3fad608b52b5f898d5c.tar.xz bootstrap-52edf180c5fbd138a482b3fad608b52b5f898d5c.zip | |
Build(deps): Bump actions/checkout from 3 to 4 (#39148)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/docs.yml')
| -rw-r--r-- | .github/workflows/docs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2a684f618..278b099c1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false |
