From 6e7039ef2a27cda051ecb6ccbb5bfba5e73529db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2026 20:58:55 +0000 Subject: [PATCH] chore(ci): bump the github-actions group across 1 directory with 8 updates Bumps the github-actions group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6` | `7` | | [actions/setup-python](https://github.com/actions/setup-python) | `6` | `7` | | [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) | `4` | `5` | | [actions/deploy-pages](https://github.com/actions/deploy-pages) | `4` | `5` | | [actions/github-script](https://github.com/actions/github-script) | `8` | `9` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `6` | `7` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `7` | `8` | | [arduino/arduino-lint-action](https://github.com/arduino/arduino-lint-action) | `2` | `3` | Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v7) Updates `actions/upload-pages-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/v4...v5) Updates `actions/deploy-pages` from 4 to 5 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v4...v5) Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) Updates `arduino/arduino-lint-action` from 2 to 3 - [Release notes](https://github.com/arduino/arduino-lint-action/releases) - [Commits](https://github.com/arduino/arduino-lint-action/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-pages-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/deploy-pages dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: arduino/arduino-lint-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/autoreview.yml | 8 ++++---- .github/workflows/pages.yml | 8 ++++---- .github/workflows/test.arduino-compile-examples.yml | 10 +++++----- .github/workflows/test.arduino-lint.yml | 4 ++-- .github/workflows/test.yml | 2 +- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/autoreview.yml b/.github/workflows/autoreview.yml index cd18f65..07986d5 100644 --- a/.github/workflows/autoreview.yml +++ b/.github/workflows/autoreview.yml @@ -6,7 +6,7 @@ jobs: name: reviewdog/actionlint runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: sparse-checkout: | .github @@ -15,7 +15,7 @@ jobs: name: reviewdog/misspell runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Run misspell with reviewdog uses: reviewdog/action-misspell@v1 with: @@ -26,7 +26,7 @@ jobs: name: reviewdog/remark-lint runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: install remark presets run: npm install shell: bash @@ -38,7 +38,7 @@ jobs: name: codespell runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: codespell-project/actions-codespell@v2 with: check_filenames: true diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 72ea3b4..13b90e9 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -17,9 +17,9 @@ jobs: # Specify runner + deployment step runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.12' cache: 'pip' @@ -33,7 +33,7 @@ jobs: cd ./doc/ make html - name: Upload artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: ./doc/build/html/ retention-days: 8 @@ -59,4 +59,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 diff --git a/.github/workflows/test.arduino-compile-examples.yml b/.github/workflows/test.arduino-compile-examples.yml index 485190c..5d948d8 100644 --- a/.github/workflows/test.arduino-compile-examples.yml +++ b/.github/workflows/test.arduino-compile-examples.yml @@ -11,10 +11,10 @@ jobs: hide_bot_comments: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Hide outdated bot comments if: github.event_name == 'pull_request' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -90,7 +90,7 @@ jobs: version: 3.1.0 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Compiles every example with Arduino IDE. uses: arduino/compile-sketches@v1 with: @@ -105,7 +105,7 @@ jobs: VALID_NAME=$(echo "${{ matrix.board.fqbn }}" | sed 's/:/-/g') echo "UPLOAD_NAME=$VALID_NAME" >> "$GITHUB_ENV" - name: Upload sketches report to workflow artifact. - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ env.SKETCHES_REPORTS_ARTIFACT_PREFIX }}${{ env.UPLOAD_NAME }} path: ${{ env.SKETCHES_REPORTS_PATH }} @@ -118,7 +118,7 @@ jobs: steps: # This step is needed to get the size data produced by the compile jobs. - name: Download sketches reports artifact. - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: ${{ env.SKETCHES_REPORTS_PATH }} diff --git a/.github/workflows/test.arduino-lint.yml b/.github/workflows/test.arduino-lint.yml index 6bf5b53..d07beb7 100644 --- a/.github/workflows/test.arduino-lint.yml +++ b/.github/workflows/test.arduino-lint.yml @@ -8,9 +8,9 @@ jobs: runs-on: ubuntu-24.04 timeout-minutes: 20 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Run arduino library lint. - uses: arduino/arduino-lint-action@v2 + uses: arduino/arduino-lint-action@v3 with: library-manager: update compliance: strict diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d968588..46c9862 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: apply-label: runs-on: ubuntu-latest steps: - - uses: actions/github-script@v8 + - uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |