File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 steps :
2727 # Step 1: Checkout the repository
2828 - name : Checkout repository
29- uses : actions/checkout@v4.1.1
29+ uses : actions/checkout@v5
3030
3131 # Step 2: Delete fixtures to suppress false positives
3232 - name : Delete fixtures to suppress false positives
Original file line number Diff line number Diff line change 1818 deploy :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - name : Set up Python
2323 uses : actions/setup-python@v5
2424 with :
Original file line number Diff line number Diff line change 99 matrix :
1010 python-version : ["3.12"]
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - name : Set up Python ${{ matrix.python-version }}
14141515 with :
Original file line number Diff line number Diff line change 2121 environment : ${{ inputs.environment }}
2222 steps :
2323 - name : Checkout OEA Repository
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 - name : OIDC Login to Azure Public Cloud with AzPowershell (enableAzPSSession true)
2626 uses : azure/login@v2
2727 with :
You can’t perform that action at this time.
0 commit comments