From 0f4fa2e406ec2dd0a8dc3d2a99ec4bbea22d571d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 13:24:55 +0300 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 5 (#169) Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pio-dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pio-dependabot.yaml b/.github/workflows/pio-dependabot.yaml index f9e2de5..7f1513d 100644 --- a/.github/workflows/pio-dependabot.yaml +++ b/.github/workflows/pio-dependabot.yaml @@ -15,7 +15,7 @@ jobs: name: run PlatformIO Dependabot steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: run PlatformIO Dependabot uses: peterus/platformio_dependabot@v1.2.0 with: