Skip to content

Commit

Permalink
Bump arduino/setup-task from 1 to 2 (#369)
Browse files Browse the repository at this point in the history
* Bump arduino/setup-task from 1 to 2

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>

* Add automated changelog yaml from template

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: OpsLevel Bots <bots@opslevel.com>
dependabot[bot] and opslevel-ops authored Feb 12, 2024
1 parent 2edcbd1 commit cc1e5e1
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changes/unreleased/Dependency-20240212-112818.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: Dependency
body: Bump arduino/setup-task from 1 to 2
time: 2024-02-12T11:28:18.668617823Z
2 changes: 1 addition & 1 deletion .github/workflows/enum-gen.yaml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ jobs:
with:
go-version-file: 'go.mod'
- name: Install Task
uses: arduino/setup-task@v1
uses: arduino/setup-task@v2
with:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ jobs:
with:
go-version-file: 'go.mod'
- name: Install Task
uses: arduino/setup-task@v1
uses: arduino/setup-task@v2
with:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cc1e5e1

Please sign in to comment.