1 parent db73e17 commit 32658e7Copy full SHA for 32658e7
1 file changed
.github/workflows/python-package.yml
@@ -27,12 +27,12 @@ jobs:
27
28
steps:
29
- name: Check out project
30
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
31
with:
32
persist-credentials: false
33
34
- name: Set up Python ${{ matrix.python-version }}
35
- uses: actions/setup-python@v6
+ uses: actions/setup-python@v7
36
37
python-version: ${{ matrix.python-version }}
38
@@ -45,7 +45,7 @@ jobs:
45
echo py=$(python -c'import sys; print("%d.%d" % sys.version_info[:2])')
46
47
- name: Cache pip
48
- uses: actions/cache@v5
+ uses: actions/cache@v6
49
50
path: ${{ steps.pip-cache.outputs.dir }}
51
key: ${{ runner.os }}-pip-py${{ steps.pip-cache.outputs.py }}-${{ hashFiles('setup.cfg') }}
0 commit comments