diff --git a/.github/workflows/build-natives.yml b/.github/workflows/build-natives.yml index 9e05052..515d16f 100644 --- a/.github/workflows/build-natives.yml +++ b/.github/workflows/build-natives.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Dependencies run: | diff --git a/.github/workflows/build-nuget.yml b/.github/workflows/build-nuget.yml index 38f3485..51d012e 100644 --- a/.github/workflows/build-nuget.yml +++ b/.github/workflows/build-nuget.yml @@ -29,7 +29,7 @@ jobs: needs: [compile-natives] steps: - name: Clone repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Prepare environment variables run: |