Skip to content

Commit a1ee108

Browse files
authored
Update GitHub Actions workflows. (#383)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 0f4a316c06a86bcb3a68f1168b4a7f87f9847cc1.
1 parent 0035458 commit a1ee108

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ jobs:
453453
uses: GoTestTools/gotestfmt-action@v2
454454
with:
455455
token: ${{ secrets.GITHUB_TOKEN }}
456-
version: v2.4.0
456+
version: v2.5.0
457457
- name: Run tests
458458
run: cd examples && go test -v -json -count=1 -cover -timeout 2h -tags=${{
459459
matrix.language }} -parallel 4 . 2>&1 | tee /tmp/gotest.log | gotestfmt

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ jobs:
378378
uses: GoTestTools/gotestfmt-action@v2
379379
with:
380380
token: ${{ secrets.GITHUB_TOKEN }}
381-
version: v2.4.0
381+
version: v2.5.0
382382
- name: Run tests
383383
run: cd examples && go test -v -json -count=1 -cover -timeout 2h -tags=${{
384384
matrix.language }} -parallel 4 . 2>&1 | tee /tmp/gotest.log | gotestfmt

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ jobs:
426426
uses: GoTestTools/gotestfmt-action@v2
427427
with:
428428
token: ${{ secrets.GITHUB_TOKEN }}
429-
version: v2.4.0
429+
version: v2.5.0
430430
- name: Run tests
431431
run: cd examples && go test -v -json -count=1 -cover -timeout 2h -tags=${{
432432
matrix.language }} -parallel 4 . 2>&1 | tee /tmp/gotest.log | gotestfmt

.github/workflows/run-acceptance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ jobs:
375375
uses: GoTestTools/gotestfmt-action@v2
376376
with:
377377
token: ${{ secrets.GITHUB_TOKEN }}
378-
version: v2.4.0
378+
version: v2.5.0
379379
- name: Run tests
380380
run: cd examples && go test -v -json -count=1 -cover -timeout 2h -tags=${{
381381
matrix.language }} -parallel 4 . 2>&1 | tee /tmp/gotest.log | gotestfmt

0 commit comments

Comments
 (0)