File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v6
41+ uses : actions/checkout@v7
4242 with :
4343 # We must fetch at least the immediate parents so that if this is
4444 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 1717 contents : write
1818 steps :
1919 - name : Checkout code
20- uses : actions/checkout@v6
20+ uses : actions/checkout@v7
2121 - name : Create Release
2222 id : create_release
2323 uses : actions/create-release@v1
Original file line number Diff line number Diff line change 1818 name : Node CI
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v6
21+ - uses : actions/checkout@v7
2222 - uses : actions/setup-node@v6
2323 with :
2424 node-version-file : ' .nvmrc'
Original file line number Diff line number Diff line change 1616 id-token : write
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v6
19+ uses : actions/checkout@v7
2020 with :
2121 lfs : true
2222 submodules : true
Original file line number Diff line number Diff line change 5757 # Checkout the code base #
5858 # #########################
5959 - name : Checkout Code
60- uses : actions/checkout@v6
60+ uses : actions/checkout@v7
6161 with :
6262 # super-linter needs the full git history to get the
6363 # list of files that changed across commits
You can’t perform that action at this time.
0 commit comments