File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v5
1414 - name : Set up Python 3.9
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : 3.9
1818 - name : Install dependencies
4444 steps :
4545 - uses : actions/checkout@v5
4646 - name : Set up Python ${{ matrix.python_ver }}
47- uses : actions/setup-python@v5
47+ uses : actions/setup-python@v6
4848 with :
4949 python-version : ${{ matrix.python_ver }}
5050 - name : Install dependencies
6868 steps :
6969 - uses : actions/checkout@v5
7070 - name : Set up Python 3.9
71- uses : actions/setup-python@v5
71+ uses : actions/setup-python@v6
7272 with :
7373 python-version : 3.9
7474 - name : Install dependencies
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v5
1818 - name : Set up Python 3.9
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : 3.9
2222 - name : Install dependencies
4848 steps :
4949 - uses : actions/checkout@v5
5050 - name : Set up Python ${{ matrix.python_ver }}
51- uses : actions/setup-python@v5
51+ uses : actions/setup-python@v6
5252 with :
5353 python-version : ${{ matrix.python_ver }}
5454 - name : Install dependencies
7272 steps :
7373 - uses : actions/checkout@v5
7474 - name : Set up Python 3.9
75- uses : actions/setup-python@v5
75+ uses : actions/setup-python@v6
7676 with :
7777 python-version : 3.9
7878 - name : Install dependencies
Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v5
2020 - name : Set up Python 3.9
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : 3.9
2424 - name : Install dependencies
5050 steps :
5151 - uses : actions/checkout@v5
5252 - name : Set up Python ${{ matrix.python_ver }}
53- uses : actions/setup-python@v5
53+ uses : actions/setup-python@v6
5454 with :
5555 python-version : ${{ matrix.python_ver }}
5656 - name : Install dependencies
Original file line number Diff line number Diff line change 7474 echo "DAPR_CLI_VER=$CLI_VERSION" >> $GITHUB_ENV
7575 echo "Found $CLI_VERSION"
7676 - name : Set up Python ${{ matrix.python_ver }}
77- uses : actions/setup-python@v5
77+ uses : actions/setup-python@v6
7878 with :
7979 python-version : ${{ matrix.python_ver }}
8080 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments