Skip to content

Commit

Permalink
Merge pull request #12 from kpfleming/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
kpfleming authored Dec 12, 2023
2 parents 22d5596 + 2f54a12 commit 09ce3d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Test with current release of ESPHome
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11
- uses: actions/checkout@v4
Expand All @@ -44,7 +44,7 @@ jobs:
env:
ESPHOME_NO_VENV: true
steps:
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11
- uses: actions/checkout@v4
Expand Down

0 comments on commit 09ce3d5

Please sign in to comment.