diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-03-12 17:16:18 +0000 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-03-12 15:56:02 -0400 |
| commit | 6efe0ea13291eb5cef4f29e47ce64552f201bacf (patch) | |
| tree | 424ceaf8244f0591dffd0a4bf60d56198647470f | |
| parent | d56c2699b66f528f84a57fe3c46eb221036d51f2 (diff) | |
| download | libmateweather-6efe0ea13291eb5cef4f29e47ce64552f201bacf.tar.bz2 libmateweather-6efe0ea13291eb5cef4f29e47ce64552f201bacf.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]>
| -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 5ae1254..2c3324a 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -69,7 +69,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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d7f1c7..bb74d31 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@v5 + uses: actions/checkout@v6 - name: Install dependency packages run: sudo .github/workflows/ubuntu.sh |
