From b8930c115f9034c67e798cf054078cf60ec6f08e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 11:17:27 +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/run-examples.yaml | 2 +- .github/workflows/verify-examples.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-examples.yaml b/.github/workflows/run-examples.yaml index 825f1cd786..732331c980 100644 --- a/.github/workflows/run-examples.yaml +++ b/.github/workflows/run-examples.yaml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: 'ExpediaGroup/rapid-java-sdk' ref: ${{ inputs.branch }} diff --git a/.github/workflows/verify-examples.yaml b/.github/workflows/verify-examples.yaml index 0413321e8f..51aeb49957 100644 --- a/.github/workflows/verify-examples.yaml +++ b/.github/workflows/verify-examples.yaml @@ -23,7 +23,7 @@ jobs: if: ${{ needs.detect-changes.outputs.examples == 'true' }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-java@v5 with: java-version: '11'