File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 WEBAPP_URL : ${{ steps.get_output.outputs.WEBAPP_URL }}
2626 steps :
2727 - name : Checkout Code
28- uses : actions/checkout@v3
28+ uses : actions/checkout@v4
2929
3030 - name : Setup Azure CLI
3131 run : |
Original file line number Diff line number Diff line change 1616
1717 # Step 2: Set up Python environment
1818 - name : Set up Python ${{ matrix.python-version }}
19- uses : actions/setup-python@v3
19+ uses : actions/setup-python@v5
2020 with :
2121 python-version : ${{ matrix.python-version }}
2222
Original file line number Diff line number Diff line change 2424 uses : actions/checkout@v4
2525
2626 - name : Set up Python
27- uses : actions/setup-python@v4
27+ uses : actions/setup-python@v5
2828 with :
2929 python-version : ' 3.13'
3030
Original file line number Diff line number Diff line change 2323
2424# steps:
2525# - name: Checkout code
26- # uses: actions/checkout@v3
26+ # uses: actions/checkout@v4
2727
2828# - name: Set up Node.js
2929# uses: actions/setup-node@v3
@@ -64,10 +64,10 @@ jobs:
6464
6565 steps :
6666 - name : Checkout code
67- uses : actions/checkout@v3
67+ uses : actions/checkout@v4
6868
6969 - name : Set up Python
70- uses : actions/setup-python@v4
70+ uses : actions/setup-python@v5
7171 with :
7272 python-version : ' 3.11'
7373
You can’t perform that action at this time.
0 commit comments