Skip to content

Commit a2509e1

Browse files
chore: bump go-task/setup-task from 1 to 2 (#5891)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f8aca32 commit a2509e1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-web.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
${{ github.ref == 'refs/heads/web' || github.ref ==
5151
'refs/heads/main' }}
5252

53-
- uses: go-task/setup-task@v1
53+
- uses: go-task/setup-task@v2
5454
with:
5555
repo-token: ${{ secrets.GITHUB_TOKEN }}
5656
version: 3.50.0

.github/workflows/test-php.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: 📂 Checkout code
2222
uses: actions/checkout@v5
23-
- uses: go-task/setup-task@v1
23+
- uses: go-task/setup-task@v2
2424
with:
2525
repo-token: ${{ secrets.GITHUB_TOKEN }}
2626
version: 3.50.0

.github/workflows/test-prqlc-c.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
working-directory: prqlc/bindings/prqlc-c/examples/minimal-cpp
3838
run: make run
3939

40-
- uses: go-task/setup-task@v1
40+
- uses: go-task/setup-task@v2
4141
with:
4242
repo-token: ${{ secrets.GITHUB_TOKEN }}
4343
version: 3.50.0

0 commit comments

Comments
 (0)