From 2ae316b12af1543b76a649949c3d24fc43b6b00d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 10:01:28 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/benchmark-compare-serial.yml | 4 ++-- .github/workflows/ci.yml | 4 ++-- .github/workflows/codeql.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/benchmark-compare-serial.yml b/.github/workflows/benchmark-compare-serial.yml index cbb7c57d..b28ae848 100644 --- a/.github/workflows/benchmark-compare-serial.yml +++ b/.github/workflows/benchmark-compare-serial.yml @@ -24,7 +24,7 @@ jobs: # Run benchmark on main branch - name: Checkout main branch - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ env.mainRef }} path: main-source @@ -39,7 +39,7 @@ jobs: # Run benchmark on PR branch - name: Checkout PR branch - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: pr-source diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a36e1c2e..df70cc2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: persist-credentials: false @@ -36,7 +36,7 @@ jobs: fail-fast: false steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: persist-credentials: false diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0170f08c..7c67e2f0 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -20,7 +20,7 @@ jobs: language: [ 'javascript-typescript' ] steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: persist-credentials: false