From 45ded5e0135f7bc4e265d581c6ceec19d9564cef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 22:22:35 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 5 to 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] --- .github/workflows/build.yml | 2 +- .github/workflows/check_compatibility.yml | 4 ++-- .github/workflows/codeql.yml | 2 +- .github/workflows/schema.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 21329991c..b717c2f86 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: - "3.10" - "3.11" steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python }} diff --git a/.github/workflows/check_compatibility.yml b/.github/workflows/check_compatibility.yml index dfeada548..5bd35db34 100644 --- a/.github/workflows/check_compatibility.yml +++ b/.github/workflows/check_compatibility.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout the PR - uses: actions/checkout@v5 + uses: actions/checkout@v6 - uses: actions/setup-python@v6 with: @@ -29,7 +29,7 @@ jobs: cp bin/public_interface.py "${{ runner.temp }}"/public_interface.py - name: Checkout the base - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: "${{ github.base_ref }}" diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 81a4d0ad6..05799d7a5 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/schema.yml b/.github/workflows/schema.yml index a3559abd0..522a6b786 100644 --- a/.github/workflows/schema.yml +++ b/.github/workflows/schema.yml @@ -15,7 +15,7 @@ jobs: pull-requests: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-python@v6 with: python-version: "3.10"