Skip to content

Commit 79b18e7

Browse files
chore(ci)(deps): bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bfcc47d commit 79b18e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
command: install
153153

154154
- name: Setup Python
155-
uses: actions/setup-python@v4
155+
uses: actions/setup-python@v5
156156

157157
- name: Install pre-commit
158158
run: pip install pre-commit
@@ -233,7 +233,7 @@ jobs:
233233
command: install
234234

235235
- name: Setup Python
236-
uses: actions/setup-python@v4
236+
uses: actions/setup-python@v5
237237

238238
- name: Install pre-commit
239239
run: pip install pre-commit

0 commit comments

Comments
 (0)