Skip to content

Commit

Permalink
Bump arduino/setup-task from 1 to 2 (#53)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 19, 2024
1 parent 23bcae6 commit fd6e2b2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/editorconfig.yaml
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: editorconfig-checker/action-editorconfig-checker@main

- name: Install Task
uses: arduino/setup-task@v1
uses: arduino/setup-task@v2

- name: Run editorconfig-checker
run: task editorconfig
2 changes: 1 addition & 1 deletion .github/workflows/format.yaml
Expand Up @@ -25,7 +25,7 @@ jobs:
poetry-version: "1.8.2"

- name: Install Task
uses: arduino/setup-task@v1
uses: arduino/setup-task@v2

- name: Install optional
run: poetry install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Expand Up @@ -25,7 +25,7 @@ jobs:
poetry-version: "1.8.2"

- name: Install Task
uses: arduino/setup-task@v1
uses: arduino/setup-task@v2

- name: Install optional
run: poetry install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Expand Up @@ -25,7 +25,7 @@ jobs:
poetry-version: "1.8.2"

- name: Install Task
uses: arduino/setup-task@v1
uses: arduino/setup-task@v2

- name: Install optional
run: poetry install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typecheck.yaml
Expand Up @@ -25,7 +25,7 @@ jobs:
poetry-version: "1.8.2"

- name: Install Task
uses: arduino/setup-task@v1
uses: arduino/setup-task@v2

- name: Install optional
run: poetry install
Expand Down

0 comments on commit fd6e2b2

Please sign in to comment.