From 147226362d0b01c3615ef06ca2db3a3eb013666b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 15:06:38 +0100 Subject: [PATCH] chore(deps): bump arduino/setup-task from 1 to 2 (#7) Bumps [arduino/setup-task](https://github.com/arduino/setup-task) from 1 to 2. - [Release notes](https://github.com/arduino/setup-task/releases) - [Commits](https://github.com/arduino/setup-task/compare/v1...v2) --- updated-dependencies: - dependency-name: arduino/setup-task 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/validate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 599cde9..9c7f7a7 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -34,7 +34,7 @@ jobs: with: python-version: '3.12' - name: Install Task - uses: arduino/setup-task@v1 + uses: arduino/setup-task@v2 - name: Install Pre-Commit run: python -m pip install pre-commit && pre-commit install - name: Load Cached Pre-Commit Dependencies