diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 631694b9e..86cd993d5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: name: Test JDK ${{ matrix.java }}, ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up JDK uses: actions/setup-java@v5 with: diff --git a/.github/workflows/native-libraries-macOS.yaml b/.github/workflows/native-libraries-macOS.yaml index 43311438d..c2774cda6 100644 --- a/.github/workflows/native-libraries-macOS.yaml +++ b/.github/workflows/native-libraries-macOS.yaml @@ -17,7 +17,7 @@ jobs: name: Build native libraries for mac OS / darwin steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up JDK uses: actions/setup-java@v5 with: