Skip to content

Commit 45761f3

Browse files
Update GitHub Action Versions
1 parent 2e8ed90 commit 45761f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4.2.2
1414
- name: Set up Python ${{ matrix.python-version }}
15-
uses: actions/setup-python@v5.3.0
15+
uses: actions/setup-python@v5.4.0
1616
with:
1717
python-version: ${{ matrix.python-version }}
1818
- name: Cache pip

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4.2.2
1616
- name: Set up Python
17-
uses: actions/setup-python@v5.3.0
17+
uses: actions/setup-python@v5.4.0
1818
with:
1919
python-version: "3.x"
2020
- name: Install dependencies
@@ -33,6 +33,6 @@ jobs:
3333
--outdir dist/
3434
.
3535
- name: Publish distribution package to PyPI
36-
uses: pypa/gh-action-pypi-publish@v1.12.3
36+
uses: pypa/gh-action-pypi-publish@v1.12.4
3737
with:
3838
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)