From 1a9b2263ddf477a2e2d0ea775519584e6d84ad84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 19:08:00 +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/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 2fab2736c5..ca2b26ead3 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@v4 + uses: actions/checkout@v5 with: repository: 'ExpediaGroup/rapid-java-sdk' ref: ${{ inputs.branch }} diff --git a/.github/workflows/verify-examples.yaml b/.github/workflows/verify-examples.yaml index 04ac549e4b..4b78964704 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@v4 + - uses: actions/checkout@v5 - uses: actions/setup-java@v4 with: java-version: '11'