diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 7032b9a..2fa9509 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -38,7 +38,7 @@ jobs: git config --global core.longpaths true - name: Git Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 submodules: recursive @@ -108,7 +108,7 @@ jobs: if: (github.event_name == 'push') steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install NuGet uses: NuGet/setup-nuget@v2