From 0622dcbcd21f0d911d90d974325600d0c76a754e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 03:02:53 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/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) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CheckMarkdownLinks.yml | 2 +- .github/workflows/arduino-compile-sketches.yml | 2 +- .github/workflows/arduino-lint.yml | 2 +- .github/workflows/check-links.yml | 2 +- .github/workflows/create-release.yml | 2 +- .github/workflows/markdownlint.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CheckMarkdownLinks.yml b/.github/workflows/CheckMarkdownLinks.yml index e364458..da420bd 100644 --- a/.github/workflows/CheckMarkdownLinks.yml +++ b/.github/workflows/CheckMarkdownLinks.yml @@ -32,7 +32,7 @@ jobs: markdown-link-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: gaurav-nelson/github-action-markdown-link-check@v1 with: base-branch: main diff --git a/.github/workflows/arduino-compile-sketches.yml b/.github/workflows/arduino-compile-sketches.yml index c0dfe55..ebd48e7 100644 --- a/.github/workflows/arduino-compile-sketches.yml +++ b/.github/workflows/arduino-compile-sketches.yml @@ -32,7 +32,7 @@ jobs: compile-sketches: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Update PATH if using nektos/act locally if: ${{ env.ACT }} run: | diff --git a/.github/workflows/arduino-lint.yml b/.github/workflows/arduino-lint.yml index ea14c4b..744623c 100644 --- a/.github/workflows/arduino-lint.yml +++ b/.github/workflows/arduino-lint.yml @@ -14,7 +14,7 @@ jobs: arduino-lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: arduino/arduino-lint-action@v2 with: library-manager: update diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index ac7ee21..1423d26 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -42,7 +42,7 @@ jobs: link-checker: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Print out *.md files to be analyzed uses: lycheeverse/lychee-action@v2 with: diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 2481123..d836997 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -28,7 +28,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ncipollo/release-action@v1 with: generateReleaseNotes: true diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index 38dfcb1..2205227 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -20,7 +20,7 @@ jobs: name: markdownlint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: nosborn/github-action-markdown-cli@v3 with: files: '*.md **/*.md'