Skip to content

Commit 32658e7

Browse files
committed
Upgrade workflow actions.
1 parent db73e17 commit 32658e7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727

2828
steps:
2929
- name: Check out project
30-
uses: actions/checkout@v6
30+
uses: actions/checkout@v7
3131
with:
3232
persist-credentials: false
3333

3434
- name: Set up Python ${{ matrix.python-version }}
35-
uses: actions/setup-python@v6
35+
uses: actions/setup-python@v7
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838

@@ -45,7 +45,7 @@ jobs:
4545
echo py=$(python -c'import sys; print("%d.%d" % sys.version_info[:2])')
4646
4747
- name: Cache pip
48-
uses: actions/cache@v5
48+
uses: actions/cache@v6
4949
with:
5050
path: ${{ steps.pip-cache.outputs.dir }}
5151
key: ${{ runner.os }}-pip-py${{ steps.pip-cache.outputs.py }}-${{ hashFiles('setup.cfg') }}

0 commit comments

Comments
 (0)