From cbd15136c5ae66d98bf9a7482fc0b835ebafa070 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 16:43:39 +0000 Subject: [PATCH] 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] --- .github/workflows/builds.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index a2fbd1dff..f2992833e 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -15,7 +15,7 @@ jobs: - "-win64" steps: - name: checkout Xiphos - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: fetch history @@ -40,7 +40,7 @@ jobs: image: archlinux:latest steps: - name: checkout xiphos - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: install dependencies @@ -81,7 +81,7 @@ jobs: image: fedora:latest steps: - name: checkout xiphos - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: install dependencies @@ -121,7 +121,7 @@ jobs: image: debian:latest steps: - name: checkout xiphos - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: install dependencies @@ -166,7 +166,7 @@ jobs: image: ubuntu:latest steps: - name: checkout xiphos - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: install dependencies @@ -215,7 +215,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout source - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-tags: true ref: ${{ github.ref }}