File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616 language : [ 'python' ]
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 - name : Initialize CodeQL
2121 uses : github/codeql-action/init@v3
2222 with :
Original file line number Diff line number Diff line change 99 deploy :
1010 runs-on : ubuntu-22.04
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - name : Set up Python
1414 uses : actions/setup-python@v6
1515 with :
Original file line number Diff line number Diff line change 4646 pull-requests : write
4747 steps :
4848 - name : Check out
49- uses : actions/checkout@v4
49+ uses : actions/checkout@v5
5050
5151 - name : Run synchronization to Jira
5252 uses : espressif/sync-jira-actions@v1
Original file line number Diff line number Diff line change 1111 test-build-docs :
1212 runs-on : ubuntu-22.04
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - name : Set up Python
1616 uses : actions/setup-python@v6
1717 with :
Original file line number Diff line number Diff line change 77 test-build-packages :
88 runs-on : ubuntu-22.04
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 - name : Set up Python
1212 uses : actions/setup-python@v6
1313 with :
Original file line number Diff line number Diff line change 3434 image : python:${{ matrix.python-version }}
3535 options : --privileged
3636 steps :
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v5
3838 - name : Install dependencies
3939 run : |
4040 apt update && apt install -y socat zip
You can’t perform that action at this time.
0 commit comments