We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5901cac commit 1bcb529Copy full SHA for 1bcb529
1 file changed
.github/workflows/continuous-integration.yml
@@ -12,10 +12,10 @@ jobs:
12
with:
13
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function
14
15
- - name: Install Python 3.10
+ - name: Install Python 3.10.16
16
uses: actions/setup-python@v1
17
18
- python-version: 3.10
+ python-version: 3.10.16
19
20
- name: Update apt repositories
21
run: sudo apt update
0 commit comments