File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626
2727 steps :
28- - uses : actions/checkout@v5
28+ - uses : actions/checkout@v6
2929
3030 - name : Set Node.js 20.x
3131 uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 fetch-depth : 100
2121 fetch-tags : true
9090 run : echo "CHANGELOG"
9191
9292 - name : Checkout
93- uses : actions/checkout@v5
93+ uses : actions/checkout@v6
9494 with :
9595 fetch-depth : 0
9696
@@ -181,7 +181,7 @@ jobs:
181181 runs-on : ubuntu-latest
182182 steps :
183183 - name : Checkout
184- uses : actions/checkout@v5
184+ uses : actions/checkout@v6
185185
186186 - name : " Build Changelog"
187187 id : github_release
Original file line number Diff line number Diff line change 4343
4444 steps :
4545 - name : Checkout repository
46- uses : actions/checkout@v5
46+ uses : actions/checkout@v6
4747
4848 # Initializes the CodeQL tools for scanning.
4949 - name : Initialize CodeQL
You can’t perform that action at this time.
0 commit comments