diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-06-25 07:53:37 +0000 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-06-25 10:17:09 -0400 |
| commit | d3a424b438c4df3e464b652f71ee3f57f5e2bbd2 (patch) | |
| tree | 01b2412e63b431c68a02cd3dc4f55109c3621e2c /.github/workflows/release.yml | |
| parent | 1e4c91c19aec61dfbd1bd9d40131e78e73c44cc9 (diff) | |
| download | mate-notification-daemon-d3a424b438c4df3e464b652f71ee3f57f5e2bbd2.tar.bz2 mate-notification-daemon-d3a424b438c4df3e464b652f71ee3f57f5e2bbd2.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/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 418513c..3057d7c 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 - name: Install dependency packages run: sudo .github/workflows/ubuntu.sh |
