diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-06-22 18:43:45 +0000 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-06-22 19:39:21 -0400 |
| commit | b2bfcbe877662c70dc6849b58f3397e575cecbc0 (patch) | |
| tree | 5a6636eb33ae8580cad140e88bfef293a8c24381 | |
| parent | dc818ba279a4806f5bdc985499e2b5ed608a47ac (diff) | |
| download | caja-b2bfcbe877662c70dc6849b58f3397e575cecbc0.tar.bz2 caja-b2bfcbe877662c70dc6849b58f3397e575cecbc0.tar.xz | |
build(deps): bump actions/checkout from 6 to 7
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]>
| -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 8a1e6ee4..55fa8f74 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@v6 + uses: actions/checkout@v7 with: submodules: "true" - name: Install dependency packages diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b2539baa..9f712739 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" |
