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 1313 steps :
1414 - name : Checkout
1515 id : checkout
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 with :
1818 fetch-depth : 0
1919 - name : Lint Codebase
Original file line number Diff line number Diff line change 1515 id-token : write
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 - name : Run release script
2020 if : ${{ github.event_name != 'pull_request' }}
2121 run : |
Original file line number Diff line number Diff line change 1818 name : Release
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
2222 with :
2323 fetch-tags : true
2424 - name : Release
Original file line number Diff line number Diff line change 3434 name : Release
3535 steps :
3636 - name : Checkout
37- uses : actions/checkout@v5
37+ uses : actions/checkout@v6
3838 with :
3939 fetch-tags : true
4040 - name : Release
You can’t perform that action at this time.
0 commit comments