Skip to content

Commit

Permalink
Merge pull request #410 use checkout@v3 in CMake CI from ninjaoflight…
Browse files Browse the repository at this point in the history
…/fix-nodejs-warnings
  • Loading branch information
SRombauts authored Mar 5, 2023
2 parents 2bc923b + 45350ed commit f6eaa11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/subdir_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: configure
shell: cmake -P {0}
run: |
Expand Down

0 comments on commit f6eaa11

Please sign in to comment.