-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into yesoul-s3
- Loading branch information
Showing
49 changed files
with
6,529 additions
and
471 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,9 +13,9 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- name: Ensure changelog is updated | ||
uses: dangoslen/changelog-enforcer@v3.5.1 | ||
uses: dangoslen/changelog-enforcer@v3.6.0 | ||
- name: Set up python | ||
uses: actions/setup-python@v4 | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.x' | ||
architecture: 'x64' | ||
|
@@ -31,7 +31,7 @@ jobs: | |
with: | ||
tag: ${{ steps.date.outputs.date }} | ||
message: "Automatic release ${{ steps.date.outputs.date }}" | ||
- uses: dorny/paths-filter@v2 | ||
- uses: dorny/paths-filter@v3 | ||
id: changes | ||
with: | ||
filters: | | ||
|
@@ -44,7 +44,7 @@ jobs: | |
- name: Install PlatformIO | ||
run: python -m pip install platformio | ||
- name: Check pre-commit hooks | ||
uses: pre-commit/[email protected].0 | ||
uses: pre-commit/[email protected].1 | ||
- name: Build firmware | ||
run: platformio run | ||
- name: Build filesystem | ||
|
@@ -53,12 +53,12 @@ jobs: | |
run: | | ||
7z a SmartSpin2kFirmware-${{ steps.date.outputs.date }}.bin.zip ./.pio/build/release/*.bin | ||
- name: Archive | ||
uses: actions/upload-artifact@v3 | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: all-artifacts | ||
path: SmartSpin2kFirmware-${{ steps.date.outputs.date }}.bin.zip | ||
- name: Download Artifacts | ||
uses: actions/download-artifact@v3 | ||
uses: actions/download-artifact@v4 | ||
with: | ||
name: all-artifacts | ||
- name: Get tag info | ||
|
@@ -79,7 +79,7 @@ jobs: | |
SmartSpin2kFirmware-${{ steps.date.outputs.date }}.bin.zip | ||
update-changelog: | ||
- name: Update changelog | ||
uses: thomaseizinger/keep-a-changelog-new-release@v1 | ||
uses: thomaseizinger/keep-a-changelog-new-release@v2 | ||
with: | ||
version: ${{ steps.date.outputs.date }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
- uses: dorny/paths-filter@v2 | ||
- uses: dorny/paths-filter@v3 | ||
id: changes | ||
with: | ||
filters: | | ||
|
@@ -19,8 +19,8 @@ jobs: | |
hardware: | ||
- 'Hardware/**' | ||
- name: Ensure changelog is updated | ||
uses: dangoslen/changelog-enforcer@v3.5.1 | ||
uses: dangoslen/changelog-enforcer@v3.6.0 | ||
- name: Setup python | ||
uses: actions/setup-python@v4 | ||
uses: actions/setup-python@v5 | ||
- name: Check pre-commit hooks | ||
uses: pre-commit/[email protected].0 | ||
uses: pre-commit/[email protected].1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.