diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-03-12 20:33:55 +0000 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-03-12 16:38:48 -0400 |
| commit | eeb3221e915626df427b25f35cbda8ec4dc01b39 (patch) | |
| tree | 1f61caeb6a43d6ee14e0a52036d67d513bd01e1f /.github/workflows/builds.yml | |
| parent | b347b074ca0c48f2d33b0b9acffd96c5e368f5a5 (diff) | |
| download | mate-themes-master.tar.bz2 mate-themes-master.tar.xz | |
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [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/v5...v6)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github/workflows/builds.yml')
| -rw-r--r-- | .github/workflows/builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 9d8cc821..bb92303e 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -59,7 +59,7 @@ jobs: pacman --noconfirm -Sy git || true echo "::endgroup::" - name: Repository checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install dependency packages run: .github/workflows/${{ env.DISTRO }}.sh - name: Enable ccache to speed up builds |
