Skip to content

Commit 64a2e0f

Browse files
authored
Merge pull request #1181 from risuorg/dependabot/github_actions/actions/setup-python-6
build(deps): bump actions/setup-python from 5 to 6
2 parents 929e9ca + d5ce894 commit 64a2e0f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
21-
- uses: actions/setup-python@v5
21+
- uses: actions/setup-python@v6
2222
- uses: actions/setup-go@v5
2323
with:
2424
go-version: '>=1.18'

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v5
2727
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v5
28+
uses: actions/setup-python@v6
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v5
2323
- name: Set up Python
24-
uses: actions/setup-python@v5
24+
uses: actions/setup-python@v6
2525
with:
2626
python-version: '3.x'
2727
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v5
24-
- uses: actions/setup-python@v5
24+
- uses: actions/setup-python@v6
2525
- uses: actions/cache@v4
2626
with:
2727
path: |

0 commit comments

Comments
 (0)