We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69560e1 commit 7ece626Copy full SHA for 7ece626
2 files changed
.github/workflows/pythonpublish.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v6.0.1
15
- name: Set up Python
16
- uses: actions/setup-python@v6.1.0
+ uses: actions/setup-python@v6.2.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