Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Check src format
uses: DoozyX/clang-format-lint-action@v0.20
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- arduino-boards-fqbn: arduino:avr:uno
sketches-exclude: ESP32-NVS.ino
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Checkout SmartRC-CC1101-Driver-Lib patch
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: Noltari/SmartRC-CC1101-Driver-Lib
ref: f02373115d93e3167f412008c47933227bc0a3ac
Expand Down