Skip to content

Commit 352dd6a

Browse files
committed
ci: update workflow github
1 parent 3821129 commit 352dd6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
4141

4242
steps:
43-
- uses: actions/checkout@v2
43+
- uses: actions/checkout@v6
4444
- name: Set up Python ${{ matrix.python_version }}
45-
uses: actions/setup-python@v2
45+
uses: actions/setup-python@v5
4646
with:
4747
python-version: ${{ matrix.python_version }}
4848
- name: Cache pip
49-
uses: actions/cache@v2
49+
uses: actions/cache@v4
5050
with:
5151
# This path is specific to Ubuntu
5252
path: ~/.cache/pip

0 commit comments

Comments
 (0)