Merge pull request #17298 from open-webui/dependabot/github_actions/dev/actions/setup-python-6

build(deps): bump actions/setup-python from 5 to 6
This commit is contained in:
Tim Jaeryang Baek 2025-09-09 18:43:51 +04:00 committed by GitHub
commit b7243e6efc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: '${{ matrix.python-version }}' python-version: '${{ matrix.python-version }}'

View file

@ -24,7 +24,7 @@ jobs:
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: 22 node-version: 22
- uses: actions/setup-python@v5 - uses: actions/setup-python@v6
with: with:
python-version: 3.11 python-version: 3.11
- name: Build - name: Build