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@v6.0 .0
31+ uses : actions/setup-python@v6.1 .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@v6.0.0
1313 - name : Set up Python 3.12
14- uses : actions/setup-python@v6.0 .0
14+ uses : actions/setup-python@v6.1 .0
1515 with :
1616 python-version : " 3.12"
1717 - name : Install wheel
Original file line number Diff line number Diff line change 2323 with :
2424 fetch-depth : 2
2525 - name : Set up Python ${{ matrix.python-version }}
26- uses : actions/setup-python@v6.0 .0
26+ uses : actions/setup-python@v6.1 .0
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments