Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

Commit f762de5

Browse files
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](arduino/setup-task@v1...v2) --- updated-dependencies: - dependency-name: arduino/setup-task dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 26a0bcf commit f762de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
python-version: '3.12'
2727
- name: Install Task
28-
uses: arduino/setup-task@v1
28+
uses: arduino/setup-task@v2
2929
- name: Install Pre-Commit
3030
run: python -m pip install pre-commit && pre-commit install
3131
- name: Load Cached Pre-Commit Dependencies

0 commit comments

Comments
 (0)