From 4b148369003bd6c4c8525431ef5f3909b8975a0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 12:49:54 -0500 Subject: [PATCH] Bump arduino/setup-task from 1 to 2 (#250) * 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](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] * Add automated changelog yaml from template --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: OpsLevel Bots --- .changes/unreleased/Dependency-20240212-172716.yaml | 3 +++ .github/workflows/tests.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependency-20240212-172716.yaml diff --git a/.changes/unreleased/Dependency-20240212-172716.yaml b/.changes/unreleased/Dependency-20240212-172716.yaml new file mode 100644 index 00000000..d7bc4c4a --- /dev/null +++ b/.changes/unreleased/Dependency-20240212-172716.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: Bump arduino/setup-task from 1 to 2 +time: 2024-02-12T17:27:16.362050794Z diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9a3a3a9a..620bd1b4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: with: go-version-file: src/go.mod - name: Install Task - uses: arduino/setup-task@v1 + uses: arduino/setup-task@v2 with: version: 3.x repo-token: ${{ secrets.GITHUB_TOKEN }}