From b592619e1f2a18ef1fca65f993de71d53add0baf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 08:46:13 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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..939edd7b 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@v5 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@v5 with: path: pr-source diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a36e1c2e..326977c0 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@v5 with: persist-credentials: false @@ -36,7 +36,7 @@ jobs: fail-fast: false steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0170f08c..4a80272f 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@v5 with: persist-credentials: false