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@v6.0.3
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@v6.0.3
1515 with :
1616 fetch-depth : 0
1717
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v6
13+ uses : actions/checkout@v6.0.3
1414 with :
1515 ref : ${{ github.event.pull_request.head.ref }}
1616 repository : ${{ github.event.pull_request.head.repo.full_name }}
1717 token : ${{ secrets.GH_PERSONAL_ACCESS_TOKEN || secrets.GITHUB_TOKEN }}
1818
1919 - name : Setup Bun
20- uses : oven-sh/setup-bun@v2
20+ uses : oven-sh/setup-bun@v2.2.0
2121 with :
2222 bun-version-file : package.json
2323
5353 runs-on : ubuntu-latest
5454 steps :
5555 - name : Checkout
56- uses : actions/checkout@v6
56+ uses : actions/checkout@v6.0.3
5757
5858 - name : Validate Package Json
5959 uses : ./
You can’t perform that action at this time.
0 commit comments