Skip to content

Commit e4c92ae

Browse files
Merge pull request #219 from google/dependabot/github_actions/actions/setup-python-5.2.0
build(deps): bump actions/setup-python from 5.1.1 to 5.2.0
2 parents ca3f464 + e256530 commit e4c92ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
22-
- uses: actions/setup-python@v5.1.1
22+
- uses: actions/setup-python@v5.2.0
2323
with:
2424
cache: 'pip'
2525
- name: install dependencies

0 commit comments

Comments
 (0)