From 2fdc3aac9d2e5a95a410bbea47ec8d73b8e5b417 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 10:56:42 +0000 Subject: [PATCH] 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/dependency-checks.yml | 2 +- .github/workflows/main.yml | 6 +++--- .../native-binary-build-dlight.nativeexecution.yml | 2 +- .github/workflows/native-binary-build-launcher.yml | 2 +- .github/workflows/native-binary-build-lib.profiler.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/dependency-checks.yml b/.github/workflows/dependency-checks.yml index 0824eda51a39..63762dfd2578 100644 --- a/.github/workflows/dependency-checks.yml +++ b/.github/workflows/dependency-checks.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout ${{ github.ref }} ( ${{ github.sha }} ) - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false submodules: false diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d449c8b6d034..cb117628152d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -153,7 +153,7 @@ jobs: distribution: ${{ env.DEFAULT_JAVA_DISTRIBUTION }} - name: Checkout ${{ github.ref }} ( ${{ github.sha }} ) - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false submodules: false @@ -205,7 +205,7 @@ jobs: steps: - name: Checkout ${{ github.ref }} ( ${{ github.sha }} ) - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false submodules: false @@ -315,7 +315,7 @@ jobs: - name: Checkout ${{ github.ref }} ( ${{ github.sha }} ) if: ${{ !cancelled() }} - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false submodules: false diff --git a/.github/workflows/native-binary-build-dlight.nativeexecution.yml b/.github/workflows/native-binary-build-dlight.nativeexecution.yml index efce7019b17d..80c20842fda6 100644 --- a/.github/workflows/native-binary-build-dlight.nativeexecution.yml +++ b/.github/workflows/native-binary-build-dlight.nativeexecution.yml @@ -77,7 +77,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false submodules: false diff --git a/.github/workflows/native-binary-build-launcher.yml b/.github/workflows/native-binary-build-launcher.yml index ed8adfe9deb4..dc758db0db13 100644 --- a/.github/workflows/native-binary-build-launcher.yml +++ b/.github/workflows/native-binary-build-launcher.yml @@ -66,7 +66,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false submodules: false diff --git a/.github/workflows/native-binary-build-lib.profiler.yml b/.github/workflows/native-binary-build-lib.profiler.yml index d0ac913f5437..aacfe0b8f792 100644 --- a/.github/workflows/native-binary-build-lib.profiler.yml +++ b/.github/workflows/native-binary-build-lib.profiler.yml @@ -86,7 +86,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false submodules: false