diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 024a7f5..5401d4c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: # os: [macos-latest, ubuntu-latest] os: [ubuntu-24.04] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: graalvm/setup-graalvm@v1 with: diff --git a/.github/workflows/native-build.yml b/.github/workflows/native-build.yml index 24a7431..40c0772 100644 --- a/.github/workflows/native-build.yml +++ b/.github/workflows/native-build.yml @@ -8,7 +8,7 @@ jobs: matrix: os: [macos-latest, ubuntu-24.04, windows-latest] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: graalvm/setup-graalvm@v1 with: