diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-06-22 15:04:25 +0000 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-06-22 19:38:10 -0400 |
| commit | 9efc46e405a968c3bb2d799379eecb6f09c9fbd1 (patch) | |
| tree | 0623d864b6cc9b4a54beca8ac5ef6a050529dc57 | |
| parent | 2c790f1303727698fc6ad459973c2def1555673f (diff) | |
| download | mate-control-center-9efc46e405a968c3bb2d799379eecb6f09c9fbd1.tar.bz2 mate-control-center-9efc46e405a968c3bb2d799379eecb6f09c9fbd1.tar.xz | |
build(deps): bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [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/v6...v7)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
| -rw-r--r-- | .github/workflows/builds.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/release.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 4f512ecb..f0a1381d 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -70,7 +70,7 @@ jobs: pacman --noconfirm -Sy git || true echo "::endgroup::" - name: Repository checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: "true" - name: Install dependency packages diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5683e6fa..46bf12dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Repository checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: "true" |
