mirror of
https://github.com/openai/whisper.git
synced 2025-11-24 14:35:57 +00:00
python-publish.yml: bump actions version to fix node warning (#1211)
This commit is contained in:
parent
b5851c6c40
commit
a151816b6b
4
.github/workflows/python-publish.yml
vendored
4
.github/workflows/python-publish.yml
vendored
@ -8,14 +8,14 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: actions-ecosystem/action-regex-match@v2
|
- uses: actions-ecosystem/action-regex-match@v2
|
||||||
id: regex-match
|
id: regex-match
|
||||||
with:
|
with:
|
||||||
text: ${{ github.event.head_commit.message }}
|
text: ${{ github.event.head_commit.message }}
|
||||||
regex: '^Release ([^ ]+)'
|
regex: '^Release ([^ ]+)'
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.8'
|
python-version: '3.8'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user