Skip to content

Commit bd5d233

Browse files
Merge pull request #775 from OpenEVSE/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents e821994 + 771309b commit bd5d233

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
9292

9393
- name: Set up Python
94-
uses: actions/setup-python@v4
94+
uses: actions/setup-python@v5
9595
with:
9696
python-version: '3.x'
9797

.github/workflows/divert_sim.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
path: OpenEVSE_WiFi/divert_sim/divert_sim
8282

8383
- name: Set up Python 3.10
84-
uses: actions/setup-python@v4
84+
uses: actions/setup-python@v5
8585
with:
8686
python-version: '3.10'
8787
cache: 'pip' # caching pip dependencies

.github/workflows/release_validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/checkout@v4
5353

5454
- name: Set up Python
55-
uses: actions/setup-python@v4
55+
uses: actions/setup-python@v5
5656
with:
5757
python-version: '3.x'
5858

0 commit comments

Comments
 (0)