summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-05-22 11:41:58 +0000
committerGitHub <[email protected]>2025-05-22 11:41:58 +0000
commit3f5c323d55b47d3780801fef504286455ce5647a (patch)
treeb26ef90640f2d31674efc4bb0e27443572703341
parent4c50efe0ee15c9dfa45fc26c8b75ecbef4da12bc (diff)
downloadmate-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.yml2
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"