Merge pull request #310 from cft0808/dependabot/github_actions/actions/setup-python-6

ci(deps): bump actions/setup-python from 5 to 6
This commit is contained in:
cft0808
2026-05-06 23:00:57 +08:00
committed by GitHub

View File

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