We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc399a commit bee6f95Copy full SHA for bee6f95
.github/actions/python/action.yml
@@ -23,7 +23,7 @@ runs:
23
- name: Set up Python
24
uses: actions/setup-python@v3
25
with:
26
- python-version: '3.12.1'
+ python-version: '3.12.4'
27
- name: Install Dependencies
28
shell: bash
29
run: |
.github/actions/tests/action.yml
@@ -8,7 +8,7 @@ runs:
8
9
10
11
12
- name: Install dependencies
13
14
0 commit comments