File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 npm install
2929 npm run generate
3030 - name : Set up Python ${{ matrix.python-version }}
31- uses : actions/setup-python@v5.2 .0
31+ uses : actions/setup-python@v5.3 .0
3232 with :
3333 python-version : ${{ matrix.python-version }}
3434 - name : Install Python scripts dependencies
Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v4.2.1
1313 - name : Set up Python 3.12
14- uses : actions/setup-python@v5.2 .0
14+ uses : actions/setup-python@v5.3 .0
1515 with :
1616 python-version : " 3.12"
1717 - name : Install wheel
Original file line number Diff line number Diff line change 2222 with :
2323 fetch-depth : 2
2424 - name : Set up Python ${{ matrix.python-version }}
25- uses : actions/setup-python@v5.2 .0
25+ uses : actions/setup-python@v5.3 .0
2626 with :
2727 python-version : ${{ matrix.python-version }}
2828 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments