File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 name : Test docs build
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717 - uses : actions/setup-node@v4
1818 with :
1919 node-version : 20
Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v6
3434
3535 # Initializes the CodeQL tools for scanning.
3636 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1515 name : Deploy to GitHub Pages
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919 - uses : actions/setup-node@v4
2020 with :
2121 node-version : 20
Original file line number Diff line number Diff line change 2121 python-version : [3.8]
2222
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v6
2525 with :
2626 fetch-depth : 100
2727 - name : Set up Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments