From 93ab9083bc5fdc185ae47ea9830e51c85de2d1fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 10:56:36 +0000 Subject: [PATCH] build(deps): Bump actions/checkout in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/gdid_tracker.yml | 4 ++-- .github/workflows/macos.yml | 2 +- .github/workflows/sync_develop.yml | 2 +- .github/workflows/ubuntu.yml | 2 +- .github/workflows/windows.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/gdid_tracker.yml b/.github/workflows/gdid_tracker.yml index ef6f447..33cbd2f 100644 --- a/.github/workflows/gdid_tracker.yml +++ b/.github/workflows/gdid_tracker.yml @@ -22,7 +22,7 @@ jobs: steps: # Checkout the repository content - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Execute a dummy check to verify workflow initiation - name: Run dummy check @@ -41,7 +41,7 @@ jobs: steps: # Checkout the repository content with full history - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 2056574..73d1835 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -22,7 +22,7 @@ jobs: steps: # Checkout the repository content - name: Checkout develop branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: develop diff --git a/.github/workflows/sync_develop.yml b/.github/workflows/sync_develop.yml index 429b3ff..c593a95 100644 --- a/.github/workflows/sync_develop.yml +++ b/.github/workflows/sync_develop.yml @@ -18,7 +18,7 @@ jobs: steps: # Checkout the 'main' branch with full history - name: Checkout main branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: main fetch-depth: 0 diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 5e60e99..598c085 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -22,7 +22,7 @@ jobs: steps: # Checkout the repository content - name: Checkout develop branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: develop diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a93486a..957739c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -22,7 +22,7 @@ jobs: steps: # Checkout the repository content - name: Checkout develop branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: develop