diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8653186..963c596 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: - name: Add Conan to path run: echo "C:\Program Files\Conan\conan\" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 with: submodules: true @@ -70,7 +70,7 @@ jobs: name: Build Linux runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 with: submodules: true