X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=.github%2Fworkflows%2Fstockfish_compile_test.yml;fp=.github%2Fworkflows%2Fstockfish_compile_test.yml;h=1adc3e34b7cb11becef04632a3667eff34e88498;hp=808fcb55f7b3b70ef2fdcdbdf74db41d1a8ecc5f;hb=0ff2ea654971445f4e8955840bcb974dc62e5106;hpb=8f65953583a2abc34041b087120a378e22d0509d diff --git a/.github/workflows/stockfish_compile_test.yml b/.github/workflows/stockfish_compile_test.yml index 808fcb55..1adc3e34 100644 --- a/.github/workflows/stockfish_compile_test.yml +++ b/.github/workflows/stockfish_compile_test.yml @@ -51,7 +51,7 @@ jobs: working-directory: src shell: ${{ matrix.config.shell }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup msys and install required packages if: runner.os == 'Windows'