File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222 with :
2323 fetch-depth : 0
2424 token : ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout code
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020
2121 - name : Setup Node.js
2222 uses : actions/setup-node@v4
5252
5353 steps :
5454 - name : Checkout code
55- uses : actions/checkout@v4
55+ uses : actions/checkout@v5
5656
5757 - name : Setup Node.js ${{ matrix.node-version }}
5858 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 3434 runs-on : ubuntu-latest
3535 steps :
3636 - name : Checkout
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v5
3838 with :
3939 fetch-depth : 0
4040 token : ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
You can’t perform that action at this time.
0 commit comments