Skip to content

Commit 16017b7

Browse files
chore(deps): update actions/setup-python action to v5 (#674)
1 parent f82dac3 commit 16017b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v4
3939

4040
- name: Set up Python ${{ matrix.python-version }}
41-
uses: actions/setup-python@v4
41+
uses: actions/setup-python@v5
4242
with:
4343
python-version: ${{ matrix.python-version }}
4444
cache: "pip"
@@ -81,7 +81,7 @@ jobs:
8181
- uses: actions/checkout@v4
8282

8383
- name: Set up Python
84-
uses: actions/setup-python@v4
84+
uses: actions/setup-python@v5
8585
with:
8686
# Django 3.2.9+ supports Python 3.10
8787
# https://docs.djangoproject.com/ja/3.2/releases/3.2/

Diff for: .github/workflows/windows.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
EOF
5858
cat site.cfg
5959
60-
- uses: actions/setup-python@v4
60+
- uses: actions/setup-python@v5
6161
- name: Install cibuildwheel
6262
run: python -m pip install cibuildwheel==2.12.3
6363
- name: Build wheels

0 commit comments

Comments
 (0)