Skip to content

Commit

Permalink
chore(deps): update auto merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovate Bot committed Dec 29, 2024
1 parent 6716b80 commit 6dee5ab
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-arduino.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Prepare Arduino IDE compatibility
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down Expand Up @@ -81,12 +81,12 @@ jobs:
cp secrets.ini.template secrets.ini
- name: Set up Python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version-file: '.python-version'

- name: Cache PlatformIO
uses: actions/cache@v4.0.2
uses: actions/cache@v4.2.0
with:
path: |
~/.cache/pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compile-sketch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Prepare Arduino IDE compatibility
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cpp-lint-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Cpp Lint Full
uses: cpp-linter/[email protected].1
uses: cpp-linter/[email protected].4
id: linter
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cpp-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: CPP Lint
uses: cpp-linter/[email protected].1
uses: cpp-linter/[email protected].4
id: linter
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Doxygen
uses: mattnotmitt/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].2


- name: markdownlint-cli
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/platformio-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Copy secrets template
run: |
cp secrets.ini.template secrets.ini
- name: Set up Python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version-file: '.python-version'

Expand All @@ -40,15 +40,15 @@ jobs:
- name: Restore Cache PIP
id: cache-restore-pip
uses: actions/cache/restore@v4.0.2
uses: actions/cache/restore@v4.2.0
with:
path: |
${{ env.PIP_CACHE_FOLDER }}
key: ${{ steps.cache-keys.outputs.pip }}

- name: Restore Cache PlatformIO
id: cache-restore-platformio
uses: actions/cache/restore@v4.0.2
uses: actions/cache/restore@v4.2.0
with:
path: |
${{ env.PLATFORMIO_CACHE_FOLDER }}
Expand Down Expand Up @@ -132,15 +132,15 @@ jobs:

- name: Save Cache Pip
if: ${{ steps.cache-updates.outputs.pip == 'true' }}
uses: actions/cache/save@v4.0.2
uses: actions/cache/save@v4.2.0
with:
path: |
${{ env.PIP_CACHE_FOLDER }}
key: ${{ steps.cache-keys.outputs.pip }}

- name: Save Cache Platformio
if: ${{ steps.cache-updates.outputs.platformio == 'true' }}
uses: actions/cache/save@v4.0.2
uses: actions/cache/save@v4.2.0
with:
path: |
${{ env.PLATFORMIO_CACHE_FOLDER }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/platformio-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Copy secrets template
run: |
cp secrets.ini.template secrets.ini
- name: Set up Python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version-file: '.python-version'

- name: Cache PlatformIO
uses: actions/cache@v4.0.2
uses: actions/cache@v4.2.0
with:
path: |
~/.cache/pip
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/reviewdog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,30 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Spellcheck
uses: reviewdog/action-misspell@v1.23.0
uses: reviewdog/action-misspell@v1.26.1
with:
reporter: github-pr-review
fail_on_error: true
locale: US
ignore: mosquitto

- name: Action lint
uses: reviewdog/action-actionlint@v1.57.0
uses: reviewdog/action-actionlint@v1.61.0
with:
reporter: github-pr-review
fail_on_error: true

- name: YAML lint
uses: reviewdog/action-yamllint@v1.19.0
uses: reviewdog/action-yamllint@v1.20.0
with:
reporter: github-pr-review
fail_on_error: true

- name: Markdown lint
uses: reviewdog/action-markdownlint@v0.25.0
uses: reviewdog/action-markdownlint@v0.26.0
with:
reporter: github-pr-review
fail_on_error: true
2 changes: 1 addition & 1 deletion .github/workflows/spell-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Spell check
uses: codespell-project/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12.7
3.13.1

0 comments on commit 6dee5ab

Please sign in to comment.