ci: bump actions/checkout v2 -> v3
This commit is contained in:
2
.github/workflows/make_macos_python.yml
vendored
2
.github/workflows/make_macos_python.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
make:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install brew Make
|
||||
run: |
|
||||
brew install make
|
||||
|
||||
Reference in New Issue
Block a user