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
This commit is contained in:
Simran Spiller
2020-10-12 16:56:11 +02:00
parent f137a1bbf3
commit 2d2310551f
+3 -3
View File
@@ -152,10 +152,10 @@ jobs:
cmake -E make_directory ${{ runner.workspace }}/build cmake -E make_directory ${{ runner.workspace }}/build
- name: Enable Developer Command Prompt (Windows) - name: Enable Developer Command Prompt (Windows)
uses: ilammy/msvc-dev-cmd@v1.3.0 uses: ilammy/msvc-dev-cmd@v1
- name: Acquire Qt - name: Acquire Qt
uses: jurplel/install-qt-action@v2.8.0 uses: jurplel/install-qt-action@v2
with: with:
version: 5.15.1 version: 5.15.1
@@ -323,7 +323,7 @@ jobs:
cmake -E make_directory ${{ runner.workspace }}/build cmake -E make_directory ${{ runner.workspace }}/build
- name: Acquire Qt - name: Acquire Qt
uses: jurplel/install-qt-action@v2.8.0 uses: jurplel/install-qt-action@v2
with: with:
version: 5.15.1 version: 5.15.1