From 2d2310551f00834e6cf3c759c2bd9e110b4a03c6 Mon Sep 17 00:00:00 2001 From: Simran Spiller Date: Mon, 12 Oct 2020 16:56:11 +0200 Subject: [PATCH] Only specify major version for actions This updates msvc-dev-cmd and install-qt-action, which should make more set-env deprecation warnings go away --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d43e7f2f..c4811bd47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -152,10 +152,10 @@ jobs: cmake -E make_directory ${{ runner.workspace }}/build - name: Enable Developer Command Prompt (Windows) - uses: ilammy/msvc-dev-cmd@v1.3.0 + uses: ilammy/msvc-dev-cmd@v1 - name: Acquire Qt - uses: jurplel/install-qt-action@v2.8.0 + uses: jurplel/install-qt-action@v2 with: version: 5.15.1 @@ -323,7 +323,7 @@ jobs: cmake -E make_directory ${{ runner.workspace }}/build - name: Acquire Qt - uses: jurplel/install-qt-action@v2.8.0 + uses: jurplel/install-qt-action@v2 with: version: 5.15.1