We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7f2759 + 782659a commit 4986582Copy full SHA for 4986582
3 files changed
.github/workflows/deploy-production.yml
@@ -33,7 +33,7 @@ jobs:
33
uses: actions/checkout@v4
34
35
- name: Set up Python 3.9
36
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
37
with:
38
python-version: '3.9'
39
cache: 'pip'
.github/workflows/deploy-qa.yml
.github/workflows/run-unit-tests.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
23
24
0 commit comments