Skip to content

Commit 3d6f846

Browse files
build(deps): bump go-task/setup-task from 1 to 2
Bumps [go-task/setup-task](https://github.com/go-task/setup-task) from 1 to 2. - [Release notes](https://github.com/go-task/setup-task/releases) - [Changelog](https://github.com/go-task/setup-task/blob/main/CHANGELOG.md) - [Commits](go-task/setup-task@v1...v2) --- updated-dependencies: - dependency-name: go-task/setup-task dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eb42fc5 commit 3d6f846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cache: true
2323

2424
- name: Install Task
25-
uses: go-task/setup-task@v1
25+
uses: go-task/setup-task@v2
2626
with:
2727
version: 3.x
2828
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -44,7 +44,7 @@ jobs:
4444
cache: true
4545

4646
- name: Install Task
47-
uses: go-task/setup-task@v1
47+
uses: go-task/setup-task@v2
4848
with:
4949
version: 3.x
5050
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)