commit ce2c0b4f04e48b4da90c90097ad9957921fa3dd8
parent 186f09b58d4bbcc4e570cbf5bbc39ba504f3e9e6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 23 Jun 2026 21:39:37 +0530
ci(deps): Update Workflows
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat:
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Clone Repo
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Repo
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Repo
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
diff --git a/.github/workflows/shell.yml b/.github/workflows/shell.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Repo
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Repo
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
diff --git a/.github/workflows/website-git.yaml b/.github/workflows/website-git.yaml
@@ -16,7 +16,7 @@ jobs:
deployments: write
steps:
- name: Clone Repo
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
@@ -17,7 +17,7 @@ jobs:
deployments: write
steps:
- name: Clone Repo
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0