diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-11-24 19:08:20 +0000 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2025-11-25 15:25:43 -0500 |
| commit | 866765ea8f8dcbf80843645cf7805cc6025c000b (patch) | |
| tree | 3e5675c691b5e46b889e960316b8fe48997e1c5f | |
| parent | 42237b67b1131f2be4502cde83a02ce534b130af (diff) | |
| download | caja-master.tar.bz2 caja-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]>
| -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 6bcada24..8a1e6ee4 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -65,7 +65,7 @@ jobs: pacman --noconfirm -Sy git || true echo "::endgroup::" - name: Repository checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: "true" - name: Install dependency packages diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 08e67e6c..b3363261 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@v5 + uses: actions/checkout@v6 with: submodules: "true" |
