Skip to content

Commit f704f63

Browse files
⬆️ Bump actions/setup-python from 5.0.0 to 5.1.0 (#61)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6b12e34 commit f704f63

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Check out 🎉
3030
uses: actions/checkout@v4.1.2
3131
- name: Set up Python 🐍
32-
uses: actions/setup-python@v5.0.0
32+
uses: actions/setup-python@v5.1.0
3333
with:
3434
cache: pip
3535
- name: Install Nox 📦
@@ -53,7 +53,7 @@ jobs:
5353
- name: Check out 🎉
5454
uses: actions/checkout@v4.1.2
5555
- name: Set up Python 🐍
56-
uses: actions/setup-python@v5.0.0
56+
uses: actions/setup-python@v5.1.0
5757
with:
5858
python-version: |
5959
3.10

.github/workflows/publish-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Check out 🎉
1414
uses: actions/checkout@v4.1.2
1515
- name: Set up Python 🐍
16-
uses: actions/setup-python@v5.0.0
16+
uses: actions/setup-python@v5.1.0
1717
with:
1818
cache: pip
1919
- name: Get the package version 🔖
@@ -33,7 +33,7 @@ jobs:
3333
- name: Check out 🎉
3434
uses: actions/checkout@v4.1.2
3535
- name: Set up Python 🐍
36-
uses: actions/setup-python@v5.0.0
36+
uses: actions/setup-python@v5.1.0
3737
with:
3838
cache: pip
3939
- name: Install PyPA `build` package 📦

.github/workflows/sync-api-backup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Check out 🎉
1414
uses: actions/checkout@v4.1.2
1515
- name: Set up Python 🐍
16-
uses: actions/setup-python@v5.0.0
16+
uses: actions/setup-python@v5.1.0
1717
with:
1818
cache: pip
1919
- name: Install the package 📦

0 commit comments

Comments
 (0)