diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b3a2344..56d50c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Check out our repo - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: submodules: true diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index f4109e7..d6e0f14 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Check out our repo - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: submodules: true