File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 - name : Set up Python ${{ inputs.python }}
2121 uses : actions/checkout@v4.2.2
2222 - name : Install dependencies
23- uses : actions/setup-python@v5.4 .0
23+ uses : actions/setup-python@v5.6 .0
2424 with :
2525 python-version : ${{ inputs.python }}
2626 - name : Install package
Original file line number Diff line number Diff line change 3939 uses : actions/checkout@v4.2.2
4040
4141 - name : Set up Python ${{ matrix.python-version }}
42- uses : actions/setup-python@v5.4 .0
42+ uses : actions/setup-python@v5.6 .0
4343 with :
4444 python-version : ${{ matrix.python-version }}
4545
6969
7070 - name : Upload compatibility report
7171 if : failure()
72- uses : actions/upload-artifact@v4.6.1
72+ uses : actions/upload-artifact@v4.6.2
7373 with :
7474 name :
7575 path : ' import_report_tests_${{ env.plugin_name }}_None.txt'
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v4.2.2
1717 - name : Set up Python
18- uses : actions/setup-python@v5.4 .0
18+ uses : actions/setup-python@v5.6 .0
1919 with :
2020 python-version : ' 3.x'
2121 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments