Skip to content

Commit f6c337c

Browse files
fix: bump microsoft/action-python from 0.3.15 to 0.6.4 (microsoft#16)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f3a1a31 commit f6c337c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: ${{ inputs.python-version }}
2626

2727
- name: Publish Snapshot to TestPyPi
28-
uses: microsoft/action-python@0.3.21
28+
uses: microsoft/action-python@0.6.4
2929
continue-on-error: true
3030
if: ${{ github.event_name == 'pull_request' }}
3131
with:
@@ -37,7 +37,7 @@ jobs:
3737
python_version: ${{ inputs.python-version }}
3838

3939
- name: Publish RC to PyPi
40-
uses: microsoft/action-python@0.3.21
40+
uses: microsoft/action-python@0.6.4
4141
if: ${{ github.event_name == 'push' }}
4242
with:
4343
pypi_publish: true
@@ -47,7 +47,7 @@ jobs:
4747
python_version: ${{ inputs.python-version }}
4848

4949
- name: Publish Release to PyPi
50-
uses: microsoft/action-python@0.3.21
50+
uses: microsoft/action-python@0.6.4
5151
if: ${{ github.event_name == 'release' }}
5252
with:
5353
pypi_publish: true

.github/workflows/validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
creds: ${{ secrets.AZURE_CREDENTIALS }}
3535
- name: ${{ matrix.tools }}
36-
uses: microsoft/action-python@0.3.15
36+
uses: microsoft/action-python@0.6.4
3737
with:
3838
${{ matrix.tools }}: true
3939
args: ${{ matrix.args }}

0 commit comments

Comments
 (0)