Skip to content

Commit 3a2be79

Browse files
Bump actions/setup-python from 5.1.0 to 5.1.1 in the actions group (#198)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent adb41f8 commit 3a2be79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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.1.0
22+
- uses: actions/setup-python@v5.1.1
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.1.0
65+
- uses: actions/setup-python@v5.1.1
6666
name: Install Python
6767
with:
6868
python-version: "3.11"

0 commit comments

Comments
 (0)