diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 58c7247..8b9109b 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -26,7 +26,7 @@ jobs: git config --global core.longpaths true - name: Git Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 submodules: recursive @@ -107,7 +107,7 @@ jobs: git config --global core.longpaths true - name: Git Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 submodules: recursive @@ -199,7 +199,7 @@ jobs: git config --global core.longpaths true - name: Git Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 submodules: recursive