File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@v6
38+ uses : actions/checkout@v7
3939
4040 # Initializes the CodeQL tools for scanning.
4141 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2626 - python-version : 3.14
2727 node-version : 26
2828 steps :
29- - uses : actions/checkout@v6
29+ - uses : actions/checkout@v7
3030 - name : Set up Node ${{ matrix.node-version }}
3131 uses : actions/setup-node@v6
3232 with :
Original file line number Diff line number Diff line change 1212 publish :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v6
15+ - uses : actions/checkout@v7
1616 with :
1717 fetch-depth : 0
1818 - name : Set up Node
Original file line number Diff line number Diff line change 1515 PR-from-staging :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v6
18+ - uses : actions/checkout@v7
1919 with :
2020 fetch-depth : 0
2121 - name : pull-request gh-pages
You can’t perform that action at this time.
0 commit comments