We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d652ee commit 40eafb3Copy full SHA for 40eafb3
.github/workflows/pythonpublish.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v5.0.0
15
- name: Set up Python
16
- uses: actions/setup-python@v5.6.0
+ uses: actions/setup-python@v6.0.0
17
with:
18
python-version: '3.11'
19
- name: Install dependencies
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
- name: Set up Python 3.11
20
21
python-version: 3.11
22
0 commit comments