Merge pull request #410 use checkout@v3 in CMake CI from ninjaoflight/fix-nodejs-warnings

This commit is contained in:
Sébastien Rombauts 2023-03-05 13:10:41 +01:00 committed by GitHub
commit f6eaa111a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ jobs:
}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: submodule
run: git submodule update --init --recursive
- name: extra_path

View File

@ -27,7 +27,7 @@ jobs:
}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: configure
shell: cmake -P {0}
run: |