diff --git a/.github/workflows/build-natives.yml b/.github/workflows/build-natives.yml index 1804d46..af209e2 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@v6 + uses: actions/checkout@v7 - name: Setup Dependencies run: | diff --git a/.github/workflows/build-nuget.yml b/.github/workflows/build-nuget.yml index 07d8817..d0ca523 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@v6 + uses: actions/checkout@v7 - name: Prepare environment variables run: |