File tree Expand file tree Collapse file tree 9 files changed +14
-14
lines changed
Expand file tree Collapse file tree 9 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 55 using : " composite"
66 steps :
77 - name : Install node.js
8- uses : actions/setup-node@v4
8+ uses : actions/setup-node@v6
99 with :
1010 node-version : lts/*
1111
1212 - name : Install pnpm
13- uses : pnpm/action-setup@v2
13+ uses : pnpm/action-setup@v4
1414 with :
15- version : 8
15+ version : 8 || 10
1616
1717 - name : Get pnpm store directory
1818 shell : bash
1919 run : |
2020 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
2121
22- - uses : actions/cache@v4
22+ - uses : actions/cache@v5
2323 name : Setup pnpm cache
2424 with :
2525 path : ${{ env.STORE_PATH }}
Original file line number Diff line number Diff line change 1111 using : " composite"
1212 steps :
1313 - name : setup python
14- uses : actions/setup-python@v5
14+ uses : actions/setup-python@v6
1515 with :
1616 python-version : ${{ inputs.python-version }}
1717 - name : Setup Poetry
Original file line number Diff line number Diff line change 1818 group : pull-request-changelog
1919 cancel-in-progress : true
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v6
2222
23- - uses : release-drafter/release-drafter@v6
23+ - uses : release-drafter/release-drafter@v7
2424 id : release-drafter
2525 env :
2626 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v6
1212 with :
1313 ref : main
1414 token : ${{ secrets.GH_PAT }}
Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ jobs:
2020 pull-requests : write
2121
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424
2525 - name : Setup Python environment
2626 uses : ./.github/actions/setup-python
2727
2828 - run : |
2929 echo "TAG_NAME=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
3030
31- - uses : release-drafter/release-drafter@v6
31+ - uses : release-drafter/release-drafter@v7
3232 with :
3333 name : Release ${{ env.TAG_NAME }}
3434 tag : ${{ env.TAG_NAME }}
Original file line number Diff line number Diff line change 2727 PYTHON_VERSION : 3.12
2828
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v6
3131
3232 - name : Setup Python environment
3333 uses : ./.github/actions/setup-python
Original file line number Diff line number Diff line change 3030 PYTHON_VERSION : ${{ matrix.python-version }}
3131
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v6
3434
3535 - name : Setup Python environment
3636 uses : ./.github/actions/setup-python
Original file line number Diff line number Diff line change 1313 cancel-in-progress : true
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717 with :
1818 fetch-depth : 0
1919
Original file line number Diff line number Diff line change 1111 cancel-in-progress : true
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515 with :
1616 ref : ${{ github.event.pull_request.head.sha }}
1717 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments