Skip to content

Commit a2d1bea

Browse files
Update GitHub Action Versions
1 parent 2e8ed90 commit a2d1bea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ 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.5.0
1616
with:
1717
python-version: ${{ matrix.python-version }}
1818
- name: Cache pip
19-
uses: actions/cache@v4.2.0
19+
uses: actions/cache@v4.2.3
2020
with:
2121
# This path is specific to Ubuntu
2222
path:

.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.5.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)