From 1f0ebe67911f52977943233f251c33e00c9f218a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 08:22:51 +0000 Subject: [PATCH] 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] --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6e26374d0f..c3dfad4cba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: determine-packages: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - name: determine packages to build @@ -85,7 +85,7 @@ jobs: runner: windows-11-arm runs-on: ${{ matrix.architecture.runner }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: git-for-windows/setup-git-for-windows-sdk@v2 with: flavor: full @@ -141,7 +141,7 @@ jobs: name: aarch64 runs-on: ${{ matrix.architecture.runner }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: initialize bare SDK clone shell: bash run: | @@ -265,7 +265,7 @@ jobs: sdk-repo: git-sdk-32 runs-on: ${{ matrix.arch.runner }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: initialize bare SDK clone shell: bash run: | @@ -378,7 +378,7 @@ jobs: runner: windows-11-arm runs-on: ${{ matrix.arch.runner }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: initialize bare SDK clone shell: bash run: |