diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-11-24 23:48:37 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-24 23:48:37 +0000 |
| commit | 909bd7ba67b11ff18d0eb88b837fb9a98436b8e1 (patch) | |
| tree | e112aa8c5acdbba82f0fdfc21d527ec33b3ace2c | |
| parent | 5db7d1d3d2cfe5c1869a88708c07b8a981f98786 (diff) | |
| download | eom-dependabot/github_actions/actions/checkout-6.tar.bz2 eom-dependabot/github_actions/actions/checkout-6.tar.xz | |
build(deps): bump actions/checkout from 5 to 6dependabot/github_actions/actions/checkout-6
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 8fbff34..68f2833 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -71,7 +71,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 da6b141..2ee34c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Repository checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: "true" |
