File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
2020 runs-on : ubuntu-latest
2121
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 with :
2525 fetch-depth : 0 # Need full history for branch comparison
2626
2727 - name : Set up Python
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : " 3.11"
3131
6262
6363 # Comment on PR with benchmark results
6464 - name : Comment benchmark results on PR
65- uses : actions/github-script@v7
65+ uses : actions/github-script@v8
6666 with :
6767 script : |
6868 const fs = require('fs');
Original file line number Diff line number Diff line change 1414 token : ${{ secrets.BBOT_DOCS_UPDATER_PAT }}
1515 ref : dev # Checkout the dev branch
1616 - name : Set up Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : " 3.x"
2020 - name : Install dependencies
Original file line number Diff line number Diff line change 2121 steps :
2222 - uses : actions/checkout@v5
2323 - name : Set up Python
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727 - name : Set Python Version Environment Variable
5959 with :
6060 fetch-depth : 0
6161 - name : Set up Python
62- uses : actions/setup-python@v5
62+ uses : actions/setup-python@v6
6363 with :
6464 python-version : " 3.x"
6565 - name : Install dependencies
7272 run : python -m build
7373 - name : Publish Pypi package
7474 if : github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/dev'
75- uses : pypa/gh-action-pypi-publish@release/v1.12
75+ uses : pypa/gh-action-pypi-publish@release/v1.13
7676 with :
7777 password : ${{ secrets.PYPI_API_TOKEN }}
7878 - name : Get BBOT version
@@ -110,7 +110,7 @@ jobs:
110110 - uses : actions/checkout@v5
111111 with :
112112 token : ${{ secrets.BBOT_DOCS_UPDATER_PAT }}
113- - uses : actions/setup-python@v5
113+ - uses : actions/setup-python@v6
114114 with :
115115 python-version : " 3.11"
116116 - run : echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 1515 fetch-depth : 0
1616 token : ${{ secrets.BBOT_DOCS_UPDATER_PAT }}
1717 - name : Set up Python
18- uses : actions/setup-python@v5
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : ' 3.x'
2121 - name : Install dependencies
6767 fetch-depth : 0
6868 token : ${{ secrets.BBOT_DOCS_UPDATER_PAT }}
6969 - name : Set up Python
70- uses : actions/setup-python@v5
70+ uses : actions/setup-python@v6
7171 with :
7272 python-version : ' 3.x'
7373 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments