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 a7b23cd + 36b37ce commit 2d94311Copy full SHA for 2d94311
.github/workflows/azure-dev.yaml
@@ -78,7 +78,7 @@ jobs:
78
AZURE_SUBSCRIPTION_ID: ${{ vars.AZURE_SUBSCRIPTION_ID }}
79
80
- name: Setup python
81
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
82
with:
83
python-version: 3.11
84
architecture: x64
.github/workflows/python.yaml
@@ -32,7 +32,7 @@ jobs:
32
steps:
33
- uses: actions/checkout@v5
34
35
36
37
python-version: ${{ matrix.python_version }}
38
0 commit comments