diff --git a/.github/actions/python-wheel/action.yml b/.github/actions/python-wheel/action.yml index 277bd4704..6a2880c6d 100644 --- a/.github/actions/python-wheel/action.yml +++ b/.github/actions/python-wheel/action.yml @@ -1,7 +1,7 @@ name: Build Python Wheel description: Builds a python wheel with cibuildwheel inputs: - cibw-identifer: + cibw-identifier: description: "CI build wheel identifier to build" required: true runs: diff --git a/.github/workflows/build-python.yml b/.github/workflows/build-python.yml index 078ce20e2..fe6dcd418 100644 --- a/.github/workflows/build-python.yml +++ b/.github/workflows/build-python.yml @@ -13,7 +13,7 @@ jobs: shell: bash steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 1 - name: Building python wheel ${{matrix.cibw-identifier}} @@ -32,7 +32,7 @@ jobs: shell: bash steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true fetch-depth: 1