Skip to content

Commit

Permalink
Bump actions/setup-python from 5.0.0 to 5.1.0 in /.github/actions/res…
Browse files Browse the repository at this point in the history
…tore-python (esphome#6438)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and nohat committed Apr 1, 2024
1 parent 253b45b commit 82e17a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/restore-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
steps:
- name: Set up Python ${{ inputs.python-version }}
id: python
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: ${{ inputs.python-version }}
- name: Restore Python virtual environment
Expand Down

0 comments on commit 82e17a8

Please sign in to comment.