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 deploy :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - name : Set up Python
14- uses : actions/setup-python@v5
14+ uses : actions/setup-python@v6
1515 with :
1616 python-version : ' 3.12'
1717 cache : ' pip'
Original file line number Diff line number Diff line change 2020 fail-fast : false
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 - name : Set up Python ${{ matrix.python-version }}
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : ${{ matrix.python-version }}
2828 - name : Upgrade pip
Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ jobs:
3030 echo "target_branch=$TARGET_BRANCH" >> $GITHUB_OUTPUT
3131 echo "Retrieved PR head SHA from API: $SHA, target branch: $TARGET_BRANCH"
3232 - name : Check out code
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v5
3434 with :
3535 ref : ${{ steps.get-pr-sha.outputs.pr_sha }}
3636 fetch-depth : 0
3737 - name : Set up Python
38- uses : actions/setup-python@v5
38+ uses : actions/setup-python@v6
3939 with :
4040 python-version : ' 3.11'
4141 - name : Install dependencies
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout Source Code
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 - name : Set up Python 3.12
18- uses : actions/setup-python@v5
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : ' 3.12'
2121 - name : Install pre-commit and tools
Original file line number Diff line number Diff line change 1111 issues : write
1212 pull-requests : write
1313 steps :
14- - uses : actions/stale@v9
14+ - uses : actions/stale@v10
1515 with :
1616 days-before-issue-stale : 30
1717 days-before-issue-close : 14
You can’t perform that action at this time.
0 commit comments