diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a162e0d..8043770 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Check out our repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: true diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 02f7eed..13d8636 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@v6 + uses: actions/checkout@v7 with: submodules: true