diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-05-22 11:41:58 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2025-05-22 11:41:58 +0000 |
commit | 3f5c323d55b47d3780801fef504286455ce5647a (patch) | |
tree | b26ef90640f2d31674efc4bb0e27443572703341 | |
parent | 4c50efe0ee15c9dfa45fc26c8b75ecbef4da12bc (diff) | |
download | mate-control-center-dependabot/github_actions/actions/checkout-4.tar.bz2 mate-control-center-dependabot/github_actions/actions/checkout-4.tar.xz |
build(deps): bump actions/checkout from 3 to 4dependabot/github_actions/actions/checkout-4
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-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2134f9ac..d577f007 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Repository checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: "true" |