Skip to content

Commit 8bf698e

Browse files
chore: update GitHub Actions quality-engineering workflow to v3.1.0
1 parent 7298667 commit 8bf698e

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

.github/workflows/qe-dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
quality-engineering:
1515
name: QE
16-
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@v2.1.14
16+
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@v3.1.0
1717
with:
1818
cypress: true
1919
cyRunnerBranch: ${{ inputs.cyRunnerBranch }}

.github/workflows/qe-pull-request-target.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
quality-engineering:
1313
name: QE
14-
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@v2.1.14
14+
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@v3.1.0
1515
with:
1616
danger: true
1717
dangerRequireChangelog: false

.github/workflows/qe-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
quality-engineering:
1616
name: QE
17-
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@v2.1.14
17+
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@v3.1.0
1818
with:
1919
danger: true
2020
dangerRequireChangelog: false

.github/workflows/qe-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
quality-engineering:
1111
name: QE
12-
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@v2.1.14
12+
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@v3.1.0
1313
with:
1414
nodeLint: true
1515
nodeTest: false

.github/workflows/qe-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
quality-engineering:
99
name: QE
10-
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@v2.1.14
10+
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@v3.1.0
1111
with:
1212
cypress: true
1313
cyRunnerTimeOut: 45

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Updated GitHub Actions quality-engineering workflow to v3.1.0
13+
1014
## [3.1.5] - 2026-01-26
1115

1216
### Added

0 commit comments

Comments
 (0)