File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818 QT_DEBUG_PLUGINS : 1
1919 steps :
2020 - name : Set up Python ${{ inputs.python }}
21- uses : actions/checkout@v4.2.2
21+ uses : actions/checkout@v5.0.0
2222 - name : Install dependencies
23- uses : actions/setup-python@v5.6 .0
23+ uses : actions/setup-python@v6.0 .0
2424 with :
2525 python-version : ${{ inputs.python }}
2626 - name : Install package
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v4.2.2
16+ - uses : actions/checkout@v5.0.0
1717 - name : Set up Python
18- uses : actions/setup-python@v5.6 .0
18+ uses : actions/setup-python@v6.0 .0
1919 with :
2020 python-version : ' 3.x'
2121 - name : Install dependencies
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v4.2.2
15+ - uses : actions/checkout@v5.0.0
1616 with :
1717 # [Required] Access token with `workflow` scope.
1818 token : ${{ secrets.WORKFLOW_SECRET }}
You can’t perform that action at this time.
0 commit comments