diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-06-18 23:04:26 +0000 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-06-18 21:04:57 -0400 |
| commit | 06aca778c787280a214f9a330e8fcd713e6c9fd6 (patch) | |
| tree | 530daec63b4ee974394dc04beaf0b0059cf680b4 /.github/workflows | |
| parent | 7af49ef326e31272b98f88005cfce213e9650e29 (diff) | |
| download | mate-user-guide-master.tar.bz2 mate-user-guide-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]>
Diffstat (limited to '.github/workflows')
| -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 0169a4b..e51c5cb 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -63,7 +63,7 @@ jobs: pacman --noconfirm -Sy git || true echo "::endgroup::" - name: Repository checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install dependency packages run: .github/workflows/${{ env.DISTRO }}.sh - name: Enable ccache to speed up builds diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff9bb73..e9c72ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Repository checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install dependency packages run: sudo .github/workflows/ubuntu.sh |
