8000 chore(deps): update actions/setup-python action to v5 (#1152) · PyMySQL/PyMySQL@f13f054 · GitHub
[go: up one dir, main page]

Skip to content

Commit f13f054

Browse files
chore(deps): update actions/setup-python action to v5 (#1152)
1 parent f476773 commit f13f054

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/django.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v4
4040

4141
- name: Set up Python
42-
uses: actions/setup-python@v4
42+
uses: actions/setup-python@v5
4343
with:
4444
python-version: ${{ matrix.python }}
4545

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
/usr/bin/docker ps --all --filter status=exited --no-trunc --format "{{.ID}}" | xargs -r /usr/bin/docker start
6666
6767
- name: Set up Python ${{ matrix.py }}
68-
uses: actions/setup-python@v4
68+
uses: actions/setup-python@v5
6969
with:
7070
python-version: ${{ matrix.py }}
7171
allow-prereleases: true

0 commit comments

Comments
 (0)
0