File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 publish :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v6
12+ - uses : actions/checkout@v7
1313 - name : Update Major Version
1414 run : |
1515 MAJOR_VERSION=$(echo "${GITHUB_REF}" | cut -d "/" -f3 | cut -d "." -f1)
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v6
14+ uses : actions/checkout@v7
1515 with :
1616 fetch-depth : 0
1717
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v6
13+ uses : actions/checkout@v7
1414 with :
1515 ref : ${{ github.event.pull_request.head.ref }}
1616 repository : ${{ github.event.pull_request.head.repo.full_name }}
5353 runs-on : ubuntu-latest
5454 steps :
5555 - name : Checkout
56- uses : actions/checkout@v6
56+ uses : actions/checkout@v7
5757
5858 - name : Validate Package Json
5959 uses : ./
You can’t perform that action at this time.
0 commit comments