summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-01-26 16:34:57 +0100
committerEike Ziller <eike.ziller@qt.io>2022-01-27 08:06:28 +0000
commitf9de2f2b23923201e3443c63b2ebe33b41ab0eb1 (patch)
treec5cd83bebb87fefb06a934d1e0ffeceb9622f376
parent3e1095076e2ecbf99115bce18c23ed194cc0810e (diff)
downloadqt-creator-f9de2f2b23923201e3443c63b2ebe33b41ab0eb1.tar.gz
Qt Creator plugin wizard: Bump checkout github action to v2
v1 has security concerns Change-Id: Ia88cf55197a64af819abe07bdac698a29bec8aeb Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
-rw-r--r--share/qtcreator/templates/wizards/qtcreatorplugin/github_workflows_build_cmake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/templates/wizards/qtcreatorplugin/github_workflows_build_cmake.yml b/share/qtcreator/templates/wizards/qtcreatorplugin/github_workflows_build_cmake.yml
index b50b67e925..53c6152ee8 100644
--- a/share/qtcreator/templates/wizards/qtcreatorplugin/github_workflows_build_cmake.yml
+++ b/share/qtcreator/templates/wizards/qtcreatorplugin/github_workflows_build_cmake.yml
@@ -35,7 +35,7 @@ jobs:
}
steps:
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
- name: Download Ninja and CMake
shell: cmake -P {0}