Skip to content

Commit d623121

Browse files
Update GitHub Action Versions
1 parent 3cbe998 commit d623121

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-app.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
steps:
1313
- uses: actions/[email protected]
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
19-
uses: actions/[email protected].0
19+
uses: actions/[email protected].1
2020
with:
2121
# This path is specific to Ubuntu
2222
path:

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/[email protected]
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

0 commit comments

Comments
 (0)