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.
2 parents 0fa1992 + f845199 commit bb3b333Copy full SHA for bb3b333
3 files changed
.github/workflows/_functionAppDeployTemplate.yml
@@ -51,7 +51,7 @@ jobs:
51
# Setup Python 3.10
52
- name: Setup Python 3.10
53
id: python_setup
54
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
55
with:
56
python-version: ${{ inputs.python_version }}
57
cache: "pip"
.github/workflows/_functionAppTestTemplate.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
34
.github/workflows/lint.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
21
python-version: "3.10"
22
0 commit comments