From 109f7338647035f1f2c3d85767f4927151a7855e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 03:28:52 +0000 Subject: [PATCH] build(NoTicket): 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/integration-tests-core.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests-core.yaml b/.github/workflows/integration-tests-core.yaml index c31bbf30..885dce97 100644 --- a/.github/workflows/integration-tests-core.yaml +++ b/.github/workflows/integration-tests-core.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up node.js uses: actions/setup-node@v6 @@ -34,7 +34,7 @@ jobs: # Need to pull the pages branch in order to fetch the previous runs # Only run Allure reporting on the main repository, not forks - name: Get Allure history - uses: actions/checkout@v4 + uses: actions/checkout@v6 continue-on-error: true with: ref: gh-pages