Skip to content

Commit 613a184

Browse files
Update actions/setup-python action to v7
1 parent 0576df8 commit 613a184

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v7
13-
- uses: actions/setup-python@v6
13+
- uses: actions/setup-python@v7
1414
with:
1515
python-version: 3.14
1616
- run: echo "repbot.docs.chojo.dev" > ./docs/CNAME

.github/workflows/translate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
token: ${{ secrets.GITHUB_TOKEN }}
4141

4242
- name: Set up Python
43-
uses: actions/setup-python@v6
43+
uses: actions/setup-python@v7
4444
with:
4545
python-version: 3.14
4646

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
steps:
148148
- uses: actions/checkout@v7
149149
- name: Set up Python
150-
uses: actions/setup-python@v6
150+
uses: actions/setup-python@v7
151151
with:
152152
python-version: ${{ env.PYTHON_VERSION }}
153153
- name: Set up JDK
@@ -195,7 +195,7 @@ jobs:
195195

196196
steps:
197197
- uses: actions/checkout@v7
198-
- uses: actions/setup-python@v6
198+
- uses: actions/setup-python@v7
199199
with:
200200
python-version: ${{ env.PYTHON_VERSION }}
201201
- run: pip install pipenv && pipenv install && pipenv run mkdocs build

0 commit comments

Comments
 (0)