ci: bump actions/setup-python from 5.2.0 to 5.3.0 (#786)

This commit is contained in:
dependabot[bot]
2024-10-25 01:19:39 +00:00
committed by GitHub
parent 2a738721f7
commit 0617e87836
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ jobs:
fetch-depth: 2
- name: Set up Python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: "3.10"

View File

@@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 2
- name: Set up Python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: "3.11"
- name: Install pip and poetry

View File

@@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: ${{ matrix.python }}