From 94183822b436050f7aedf7cb72d257ad6188a98b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 08:05:18 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 2 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 6. - [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/v2...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-arduino-lib-versions.yaml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-arduino-lib-versions.yaml b/.github/workflows/release-arduino-lib-versions.yaml index a75a737..2756a9a 100644 --- a/.github/workflows/release-arduino-lib-versions.yaml +++ b/.github/workflows/release-arduino-lib-versions.yaml @@ -11,7 +11,7 @@ jobs: steps: # Checkout the repository - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install jq run: sudo apt-get install jq diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f7892ee..273bfc8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: Build docker test container run: docker build -t sketches-test --target test --no-cache .