Skip to content

Commit 0be8569

Browse files
chore(deps): update actions/setup-python action to v6
1 parent cb2c31b commit 0be8569

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_document.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
sudo apt-get install dvipng
3434
3535
- name: Set up Python ${{env.python_version}}
36-
uses: actions/setup-python@v5
36+
uses: actions/setup-python@v6
3737
with:
3838
python-version: ${{env.python_version}}
3939

.github/workflows/python_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout
3030
uses: actions/checkout@v4
3131
- name: Set up Python ${{matrix.python-version}}
32-
uses: actions/setup-python@v5
32+
uses: actions/setup-python@v6
3333
with:
3434
python-version: ${{matrix.python-version}}
3535
- name: Install dependencies

.github/workflows/sonarcloud_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: Set up Python
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: 3.9
2929

0 commit comments

Comments
 (0)