Skip to content

Commit 6e5a97b

Browse files
build(deps): bump adoptium/run-aqa from 1 to 2 (#3139)
Bumps [adoptium/run-aqa](https://github.com/adoptium/run-aqa) from 1 to 2. - [Release notes](https://github.com/adoptium/run-aqa/releases) - [Commits](adoptium/run-aqa@v1...v2) --- updated-dependencies: - dependency-name: adoptium/run-aqa dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 365b745 commit 6e5a97b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
imageroot=$(find "${HOME}/JDK" -name release -type f)
8989
echo "TEST_JDK_HOME=$(dirname "${imageroot}")" >> "$GITHUB_ENV"
9090
- name: Smoke test
91-
uses: adoptium/run-aqa@v1
91+
uses: adoptium/run-aqa@v2
9292
with:
9393
build_list: 'functional/buildAndPackage'
9494
target: '_extended.functional'
@@ -166,7 +166,7 @@ jobs:
166166
imageroot=$(find "${HOME}/JDK" -name release -type f)
167167
echo "TEST_JDK_HOME=$(dirname "${imageroot}")" >> "$GITHUB_ENV"
168168
- name: Smoke test
169-
uses: adoptium/run-aqa@v1
169+
uses: adoptium/run-aqa@v2
170170
with:
171171
build_list: 'functional/buildAndPackage'
172172
target: '_extended.functional'
@@ -328,7 +328,7 @@ jobs:
328328
run: echo "ANT_HOME=${env:ANT_HOME_ORIGIN}" | Out-File -FilePath "$env:GITHUB_ENV" -Encoding utf8 -Append
329329

330330
- name: Smoke test
331-
uses: adoptium/run-aqa@v1
331+
uses: adoptium/run-aqa@v2
332332
with:
333333
build_list: 'functional/buildAndPackage'
334334
target: '_extended.functional'

0 commit comments

Comments
 (0)