We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e821994 + 771309b commit bd5d233Copy full SHA for bd5d233
.github/workflows/build.yaml
@@ -91,7 +91,7 @@ jobs:
91
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
92
93
- name: Set up Python
94
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
95
with:
96
python-version: '3.x'
97
.github/workflows/divert_sim.yaml
@@ -81,7 +81,7 @@ jobs:
81
path: OpenEVSE_WiFi/divert_sim/divert_sim
82
83
- name: Set up Python 3.10
84
85
86
python-version: '3.10'
87
cache: 'pip' # caching pip dependencies
.github/workflows/release_validation.yaml
@@ -52,7 +52,7 @@ jobs:
52
- uses: actions/checkout@v4
53
54
55
56
57
58
0 commit comments