Skip to content

Commit b39befb

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)