From bbed8f8524da2b10dc7fe724e513b948c5877fe6 Mon Sep 17 00:00:00 2001 From: Jon McLean <4429525+jonmclean@users.noreply.github.com> Date: Wed, 12 Jul 2023 11:18:33 -0700 Subject: [PATCH] Fixed inputs type-o (#391) * Fixed inputs type-o * Action 'checkout@v2' is deprecated --- .github/actions/python-wheel/action.yml | 2 +- .github/workflows/build-python.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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