File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3434
3535 steps :
3636 - name : Checkout repository
37- uses : actions/checkout@v5
37+ uses : actions/checkout@v6
3838 with :
3939 # We must fetch at least the immediate parents so that if this is
4040 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 1515 contents : write
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 - name : Create Release
2020 id : create_release
2121 uses : actions/create-release@v1
Original file line number Diff line number Diff line change 1414 name : Node CI
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - uses : actions/setup-node@v6
1919 with :
2020 node-version-file : ' .nvmrc'
Original file line number Diff line number Diff line change 1414 id-token : write
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818 with :
1919 lfs : true
2020 submodules : true
Original file line number Diff line number Diff line change 5858 # Checkout the code base #
5959 # #########################
6060 - name : Checkout Code
61- uses : actions/checkout@v5
61+ uses : actions/checkout@v6
6262 with :
6363 # super-linter needs the full git history to get the
6464 # list of files that changed across commits
You can’t perform that action at this time.
0 commit comments