File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 - " 20"
1616
1717 steps :
18- - uses : actions/checkout@v7.0.0
18+ - uses : actions/checkout@v7.0.1
1919 with :
2020 fetch-depth : 2
2121 - name : Set up Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 1212 id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v7.0.0
15+ - uses : actions/checkout@v7.0.1
1616 - name : Set up Python 3.12
1717 uses : actions/setup-python@v7.0.0
1818 with :
Original file line number Diff line number Diff line change 2020 - " 3.14"
2121
2222 steps :
23- - uses : actions/checkout@v7.0.0
23+ - uses : actions/checkout@v7.0.1
2424 with :
2525 fetch-depth : 2
2626 - name : Set up Python ${{ matrix.python-version }}
4444 needs : build
4545 steps :
4646 - name : Check out the repository
47- uses : actions/checkout@v7.0.0
47+ uses : actions/checkout@v7.0.1
4848 with :
4949 fetch-depth : 2
5050 - name : Download all coverage data
You can’t perform that action at this time.
0 commit comments