Skip to content

Commit

Permalink
Fixed inputs type-o (#391)
Browse files Browse the repository at this point in the history
* Fixed inputs type-o

* Action 'checkout@v2' is deprecated
  • Loading branch information
jonmclean authored Jul 12, 2023
1 parent bc167d1 commit bbed8f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/python-wheel/action.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand All @@ -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
Expand Down

0 comments on commit bbed8f8

Please sign in to comment.