Skip to content

Commit 66236ba

Browse files
committed
chore(deps): update actions/setup-python action to v6
1 parent d41496d commit 66236ba

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
5454
- name: Set up Python ${{ matrix.python-version }}
55-
uses: actions/setup-python@v5
55+
uses: actions/setup-python@v6
5656
with:
5757
python-version: ${{ matrix.python-version }}
5858
- name: Install Dependencies

.github/workflows/style.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2828
- name: Set up Python 3.9
29-
uses: actions/setup-python@v5
29+
uses: actions/setup-python@v6
3030
with:
3131
python-version: 3.9
3232
- name: Install Black and ISort

0 commit comments

Comments
 (0)