Merge pull request #353 from long2ice/dependabot/github_actions/main/actions/setup-python-5

Bump actions/setup-python from 4 to 5
This commit is contained in:
long2ice
2023-12-07 21:37:57 +08:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ jobs:
run: pipx install poetry run: pipx install poetry
- name: Setup Python - name: Setup Python
id: setup-python id: setup-python
uses: actions/setup-python@v4 uses: actions/setup-python@v5
with: with:
python-version: '3.x' python-version: '3.x'
cache: poetry cache: poetry
@@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Install Poetry - name: Install Poetry
run: pipx install poetry run: pipx install poetry
- uses: actions/setup-python@v4 - uses: actions/setup-python@v5
with: with:
python-version: "${{ matrix.python }}" python-version: "${{ matrix.python }}"
cache: poetry cache: poetry
@@ -83,7 +83,7 @@ jobs:
- name: Install Poetry - name: Install Poetry
run: pipx install poetry run: pipx install poetry
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v4 uses: actions/setup-python@v5
with: with:
python-version: '3.x' python-version: '3.x'
cache: poetry cache: poetry

View File

@@ -28,7 +28,7 @@ jobs:
run: pipx install poetry run: pipx install poetry
- name: Setup Python - name: Setup Python
id: setup-python id: setup-python
uses: actions/setup-python@v4 uses: actions/setup-python@v5
with: with:
python-version: '3.x' python-version: '3.x'
cache: poetry cache: poetry