We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00dc083 commit 6c1580dCopy full SHA for 6c1580d
.github/workflows/publish-package.yml
@@ -27,7 +27,7 @@ jobs:
27
steps:
28
- uses: actions/checkout@v3.5.3
29
- name: Set up Python
30
- uses: actions/setup-python@v4.7.0
+ uses: actions/setup-python@v5.4.0
31
with:
32
python-version: '3.x'
33
- name: Install dependencies
.github/workflows/run-tests.yml
@@ -32,7 +32,7 @@ jobs:
34
- name: Set up Python ${{ matrix.python-version }}
35
36
37
python-version: ${{ matrix.python-version }}
38
- name: Install packages
0 commit comments