diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-08 17:23:15 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-08 17:23:15 +0100 |
commit | f1b1eeb827f993f5830471c66d40452281120818 (patch) | |
tree | 331aa04f75070068657a1d4f54ebb8de082bc6de /action.yml | |
parent | set-output is deprecated (diff) | |
download | clang-format-f1b1eeb827f993f5830471c66d40452281120818.tar.gz clang-format-f1b1eeb827f993f5830471c66d40452281120818.zip |
Diffstat (limited to '')
-rw-r--r-- | action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ runs: exit 1 } - $cmake_common_version = 'v3.2' + $cmake_common_version = 'v3.4' $script_name = 'project-clang-format.py' $script_path = Join-Path '${{ github.workspace }}' .. $script_name $download_url = "https://raw.githubusercontent.com/egor-tensin/cmake-common/$cmake_common_version/tools/$script_name" |