|
@ -33,13 +33,13 @@ jobs: |
|
|
- opendtufusion-ethernet |
|
|
- opendtufusion-ethernet |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v4 |
|
|
- uses: actions/checkout@v4 |
|
|
- uses: benjlevesque/short-sha@v2.1 |
|
|
- uses: benjlevesque/short-sha@v2.2 |
|
|
id: short-sha |
|
|
id: short-sha |
|
|
with: |
|
|
with: |
|
|
length: 7 |
|
|
length: 7 |
|
|
|
|
|
|
|
|
- name: Cache Pip |
|
|
- name: Cache Pip |
|
|
uses: actions/cache@v3 |
|
|
uses: actions/cache@v4 |
|
|
with: |
|
|
with: |
|
|
path: ~/.cache/pip |
|
|
path: ~/.cache/pip |
|
|
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} |
|
|
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} |
|
@ -47,7 +47,7 @@ jobs: |
|
|
${{ runner.os }}-pip- |
|
|
${{ runner.os }}-pip- |
|
|
|
|
|
|
|
|
- name: Cache PlatformIO |
|
|
- name: Cache PlatformIO |
|
|
uses: actions/cache@v3 |
|
|
uses: actions/cache@v4 |
|
|
with: |
|
|
with: |
|
|
path: ~/.platformio |
|
|
path: ~/.platformio |
|
|
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} |
|
|
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} |
|
@ -93,13 +93,13 @@ jobs: |
|
|
- opendtufusion-ethernet-de |
|
|
- opendtufusion-ethernet-de |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v4 |
|
|
- uses: actions/checkout@v4 |
|
|
- uses: benjlevesque/short-sha@v2.1 |
|
|
- uses: benjlevesque/short-sha@v2.2 |
|
|
id: short-sha |
|
|
id: short-sha |
|
|
with: |
|
|
with: |
|
|
length: 7 |
|
|
length: 7 |
|
|
|
|
|
|
|
|
- name: Cache Pip |
|
|
- name: Cache Pip |
|
|
uses: actions/cache@v3 |
|
|
uses: actions/cache@v4 |
|
|
with: |
|
|
with: |
|
|
path: ~/.cache/pip |
|
|
path: ~/.cache/pip |
|
|
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} |
|
|
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} |
|
@ -107,7 +107,7 @@ jobs: |
|
|
${{ runner.os }}-pip- |
|
|
${{ runner.os }}-pip- |
|
|
|
|
|
|
|
|
- name: Cache PlatformIO |
|
|
- name: Cache PlatformIO |
|
|
uses: actions/cache@v3 |
|
|
uses: actions/cache@v4 |
|
|
with: |
|
|
with: |
|
|
path: ~/.platformio |
|
|
path: ~/.platformio |
|
|
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} |
|
|
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} |
|
|