From 16525f408f6e25fd4fabeb4c86bd58638ea4f666 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 18:33:46 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 in /.github/workflows Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/native_binary_build.yml | 2 +- .github/workflows/native_binary_release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/native_binary_build.yml b/.github/workflows/native_binary_build.yml index 8b9ad9d..fd16f3d 100644 --- a/.github/workflows/native_binary_build.yml +++ b/.github/workflows/native_binary_build.yml @@ -33,7 +33,7 @@ jobs: steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up GraalVM uses: graalvm/setup-graalvm@v1 diff --git a/.github/workflows/native_binary_release.yml b/.github/workflows/native_binary_release.yml index 66d6ce5..e4adf83 100644 --- a/.github/workflows/native_binary_release.yml +++ b/.github/workflows/native_binary_release.yml @@ -25,7 +25,7 @@ jobs: steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up GraalVM uses: graalvm/setup-graalvm@v1