Skip to content

Commit

Permalink
Merge pull request #206 from google/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-5.0.0

build(deps): bump actions/setup-python from 4.8.0 to 5.0.0
  • Loading branch information
github-actions[bot] authored Dec 7, 2023
2 parents ed24549 + 05081ee commit dca2fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4.8.0
- uses: actions/setup-python@v5.0.0
with:
cache: 'pip'
- name: install dependencies
Expand Down

0 comments on commit dca2fa1

Please sign in to comment.