File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1919
2020 # Step 2: Validate the Azure template using microsoft/template-validation-action
2121 - name : Validate Azure Template
22- uses : microsoft/template-validation-action@v0.3.5
22+ uses : microsoft/template-validation-action@v0.4.2
2323 id : validation
2424 env :
2525 AZURE_CLIENT_ID : ${{ secrets.AZURE_CLIENT_ID }}
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout Code
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616
1717 - name : Setup Azure CLI
1818 run : |
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919
2020 steps :
2121 - name : Checkout repository
22- uses : actions/checkout@v2
22+ uses : actions/checkout@v4
2323
2424 - name : Set up Docker Buildx
25- uses : docker/setup-buildx-action@v1
25+ uses : docker/setup-buildx-action@v3
2626
2727 - name : Log in to Azure Container Registry - External Registry
2828 if : ${{ github.ref_name == 'main' }}
Original file line number Diff line number Diff line change 2222 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2323
2424 steps :
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v4
2626 - name : Use Node.js ${{ matrix.node-version }}
27- uses : actions/setup-node@v3
27+ uses : actions/setup-node@v4
2828 with :
2929 node-version : ${{ matrix.node-version }}
3030 cache : ' npm'
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 1717 runs-on :
1818 - ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 - name : Set up Python 3.11
22- uses : actions/setup-python@v3
22+ uses : actions/setup-python@v5
2323 with :
2424 python-version : " 3.11"
2525 - name : Install dependencies
3535 runs-on :
3636 - windows-latest
3737 steps :
38- - uses : actions/checkout@v3
38+ - uses : actions/checkout@v4
3939 - name : Set up Python 3.11
40- uses : actions/setup-python@v3
40+ uses : actions/setup-python@v5
4141 with :
4242 python-version : " 3.11"
4343 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -66,12 +66,12 @@ jobs:
6666
6767 # Set up Node.js environment for Frontend
6868 - name : Set up Node.js
69- uses : actions/setup-node@v3
69+ uses : actions/setup-node@v4
7070 with :
7171 node-version : ' 20' # Set the Node.js version
7272
7373 - name : Cache npm dependencies
74- uses : actions/cache@v3
74+ uses : actions/cache@v4
7575 with :
7676 path : ~/.npm
7777 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments