Skip to content

Commit f71218d

Browse files
chore(deps): update actions/setup-python action to v6
1 parent bbd5ec5 commit f71218d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/format/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
using: 'composite'
99
steps:
1010
- name: Set up Python
11-
uses: actions/setup-python@v4
11+
uses: actions/setup-python@v6
1212
with:
1313
python-version: '3.8'
1414

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v6
2020

2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/checkout@v6
5353

5454
- name: Set up Python
55-
uses: actions/setup-python@v4
55+
uses: actions/setup-python@v6
5656
with:
5757
python-version: "3.8"
5858

0 commit comments

Comments
 (0)