File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1818 name : Build and package
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222
2323 - uses : actions/setup-node@v4
2424 with :
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 if : github.actor != 'dependabot[bot]'
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717
1818 - name : Get Release Bot Token
1919 id : get-token
Original file line number Diff line number Diff line change 1414 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY_DEPLOY }}
1515 AWS_DEFAULT_ACCOUNT : ${{ secrets.AWS_ACCOUNT_ID }}
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818
1919 - uses : actions/setup-node@v4
2020 with :
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 needs : package
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717
1818 - uses : actions/download-artifact@v5
1919 with :
Original file line number Diff line number Diff line change 1010 lint :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414
1515 - name : Set up Python 3.12
1616 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1212 matrix :
1313 python : [3.12]
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - name : Setup Python
1717 uses : actions/setup-python@v5
1818 with :
Original file line number Diff line number Diff line change 1313 tests :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717
1818 - name : Install uv
1919 uses : astral-sh/setup-uv@v3
You can’t perform that action at this time.
0 commit comments