Skip to content

Commit fac5ace

Browse files
Bump actions/setup-python from 5.2.0 to 5.3.0 in the gh-actions group (#244)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a6b764d commit fac5ace

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v4
2929
- name: Setup Python
30-
uses: actions/setup-python@v5.2.0
30+
uses: actions/setup-python@v5.3.0
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333
architecture: x64
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
- uses: actions/checkout@v4
6262
- name: Setup Python
63-
uses: actions/setup-python@v5.2.0
63+
uses: actions/setup-python@v5.3.0
6464
with:
6565
python-version: ${{ matrix.python-version }}
6666
architecture: x64

.github/workflows/pypi-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
22-
- uses: actions/setup-python@v5.2.0
22+
- uses: actions/setup-python@v5.3.0
2323
name: Install Python
2424
with:
2525
python-version: 3.11
@@ -62,7 +62,7 @@ jobs:
6262
needs: build-artifacts
6363
runs-on: ubuntu-latest
6464
steps:
65-
- uses: actions/setup-python@v5.2.0
65+
- uses: actions/setup-python@v5.3.0
6666
name: Install Python
6767
with:
6868
python-version: 3.11

.github/workflows/testpypi-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Set up Python
27-
uses: actions/setup-python@v5.2.0
27+
uses: actions/setup-python@v5.3.0
2828
with:
2929
python-version: "3.11"
3030

0 commit comments

Comments
 (0)