File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
steps :
30
30
- uses : actions/checkout@v4
31
31
- name : Set up Python ${{ matrix.python_ver }}
32
- uses : actions/setup-python@v4
32
+ uses : actions/setup-python@v5
33
33
with :
34
34
python-version : ${{ matrix.python_ver }}
35
35
- name : Install dependencies
56
56
steps :
57
57
- uses : actions/checkout@v4
58
58
- name : Set up Python 3.9
59
- uses : actions/setup-python@v4
59
+ uses : actions/setup-python@v5
60
60
with :
61
61
python-version : 3.9
62
62
- name : Install dependencies
Original file line number Diff line number Diff line change 74
74
echo "DAPR_CLI_VER=$CLI_VERSION" >> $GITHUB_ENV
75
75
echo "Found $CLI_VERSION"
76
76
- name : Set up Python ${{ matrix.python_ver }}
77
- uses : actions/setup-python@v4
77
+ uses : actions/setup-python@v5
78
78
with :
79
79
python-version : ${{ matrix.python_ver }}
80
80
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments