diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-03-17 15:57:27 +0000 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-03-17 12:09:20 -0400 |
| commit | bd3658c2d4a24f2841ba1cdb1fa9aeff490df74f (patch) | |
| tree | b653582da8d9193e0439e575f98afb69191f555b /.github/workflows/release.yml | |
| parent | b69200949b24c6c46f7fba2acce92a1ba1dc67b5 (diff) | |
| download | engrampa-master.tar.bz2 engrampa-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/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 780732a..15bcc92 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 with: submodules: "true" |
