Skip to content

Commit 4148c11

Browse files
committed
Updated cmake.yml for Node.js 12 deprecated actions
1 parent 34acf56 commit 4148c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
steps:
7575
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
76-
- uses: actions/checkout@v2
76+
- uses: actions/checkout@v3
7777

7878
- name: Print env
7979
run: |

0 commit comments

Comments
 (0)