File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v5
14+ uses : actions/checkout@v6
1515
1616 - name : Check Title
1717 uses : ExpediaGroup/github-helpers@v1
Original file line number Diff line number Diff line change 99 publish :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
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@v5
14+ uses : actions/checkout@v6
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@v5
13+ uses : actions/checkout@v6
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@v5
56+ uses : actions/checkout@v6
5757
5858 - name : Validate Package Json
5959 uses : ./
You can’t perform that action at this time.
0 commit comments