diff --git a/.github/workflows/CIBuild.yml b/.github/workflows/CIBuild.yml index 010969b..987cd55 100644 --- a/.github/workflows/CIBuild.yml +++ b/.github/workflows/CIBuild.yml @@ -20,10 +20,10 @@ jobs: steps: - name: Clone NmeaParser - uses: actions/checkout@v1 + uses: actions/checkout@v2.0.0 - name: Setup Visual Studio Command Prompt - uses: microsoft/setup-msbuild@v1.0.2 + uses: microsoft/setup-msbuild@v2 - name: Install Android SDK run: |