Skip to content

Commit a3b8c69

Browse files
authored
Merge branch 'dev' into docs-update-nmap
2 parents 47bd8e4 + 58ecbb6 commit a3b8c69

5 files changed

Lines changed: 30 additions & 26 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

@@ -62,7 +62,7 @@ jobs:
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');

.github/workflows/docs_updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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
@@ -59,7 +59,7 @@ jobs:
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
@@ -72,7 +72,7 @@ jobs:
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

.github/workflows/version_updater.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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
@@ -67,7 +67,7 @@ jobs:
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

poetry.lock

Lines changed: 20 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)