diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-06-24 19:13:13 +0000 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-06-25 10:18:26 -0400 |
| commit | 5016b819f1526bce4a7c33e924d9439197fe90c6 (patch) | |
| tree | ea91063610b465b1434d188a4c226832a710b62a | |
| parent | b088eed936e7a9d3cb58e4657a286852883553ad (diff) | |
| download | mate-desktop-master.tar.bz2 mate-desktop-master.tar.xz | |
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 68f2833..b2b6263 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -71,7 +71,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 79bac25..5c9143a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Repository checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: "true" |
