File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010
1111 steps :
1212 # Important: This sets up your GITHUB_WORKSPACE environment variable
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 with :
1515 persist-credentials : false
1616
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout Code
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 persist-credentials : false
2121
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout Code
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 # Full git history is needed to get a proper list of changed files within `super-linter`
2121 fetch-depth : 0
Original file line number Diff line number Diff line change 1818 pull-requests : write
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
2222 with :
2323 persist-credentials : false
2424 - name : Set up Node
You can’t perform that action at this time.
0 commit comments