diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-06-24 13:33:42 +0000 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-06-25 10:18:59 -0400 |
| commit | 24ce98eea937472a6a735c0291ea5ce062daddda (patch) | |
| tree | a9200c6980173d85473541d56fb5e2596e725ca3 /.github/workflows/release.yml | |
| parent | c6046ad5ddeae18ac23b0be555009841f945128d (diff) | |
| download | mate-power-manager-1.28.tar.bz2 mate-power-manager-1.28.tar.xz | |
build(deps): bump actions/checkout from 6 to 71.28
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/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f35631..94d39f1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Repository checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: "true" |
