We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5eb318a + f4aac8a commit 59a71aeCopy full SHA for 59a71ae
1 file changed
.github/workflows/continous-integration-workflow.yaml
@@ -13,7 +13,7 @@ jobs:
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
16
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
17
with:
18
python-version: '3.10'
19
0 commit comments