We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db3ac0f commit c764571Copy full SHA for c764571
.github/workflows/python-package.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@v4
23
- name: Set up Python ${{ matrix.python-version }}
24
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5
25
with:
26
python-version: ${{ matrix.python-version }}
27
cache: 'pip'
0 commit comments