diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index b7807a0..45c1fb2 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@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 submodules: recursive @@ -109,7 +109,7 @@ jobs: git config --global core.longpaths true - name: Git Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 submodules: recursive