diff --git a/.github/workflows/build-natives.yml b/.github/workflows/build-natives.yml index 6075de3..f5f27c2 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@v3 + uses: actions/checkout@v4 - name: Setup Dependencies run: | diff --git a/.github/workflows/build-nuget.yml b/.github/workflows/build-nuget.yml index 03cbcfc..36b26ff 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@v3 + uses: actions/checkout@v4 - name: Prepare environment variables run: |