diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-06-22 18:04:01 +0000 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-06-22 19:38:54 -0400 |
| commit | 407d2b73ec98ecc6e7e192a3558c7f37f3fd0ebc (patch) | |
| tree | e34a3b2b911842232576f706760163ffe96ff9b2 | |
| parent | 2db9ab174696a9ea88ad1bfd0043fdf6ca5db489 (diff) | |
| download | marco-407d2b73ec98ecc6e7e192a3558c7f37f3fd0ebc.tar.bz2 marco-407d2b73ec98ecc6e7e192a3558c7f37f3fd0ebc.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 d7fc1c09..efa074b7 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -75,7 +75,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 cbc1e8c6..53034846 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" |
