Skip to content

Commit

Permalink
GitHub: Use checkout@v2
Browse files Browse the repository at this point in the history
Fixes security concerns of v1

Change-Id: I1fb72c3845611db239f6bed79b4768a7ceadccc8
Reviewed-by: Cristian Adam <[email protected]>
  • Loading branch information
e4z9 committed Jan 27, 2022
1 parent 8ca1136 commit 7eedc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
}

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: Download Ninja and CMake
shell: cmake -P {0}
Expand Down

0 comments on commit 7eedc41

Please sign in to comment.