Skip to content

Commit fa89dfc

Browse files
fix: update wfe-test-runner-action
1 parent 00fc9a8 commit fa89dfc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ jobs:
660660
id: run-tests
661661
env:
662662
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
663-
uses: splunk/[email protected].2
663+
uses: splunk/[email protected].3
664664
with:
665665
splunk: ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
666666
test-type: ${{ env.TEST_TYPE }}
@@ -830,7 +830,7 @@ jobs:
830830
id: run-tests
831831
env:
832832
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
833-
uses: splunk/[email protected].2
833+
uses: splunk/[email protected].3
834834
with:
835835
splunk: ${{ matrix.splunk.version }}
836836
test-type: ${{ env.TEST_TYPE }}
@@ -987,7 +987,7 @@ jobs:
987987
id: run-tests
988988
env:
989989
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
990-
uses: splunk/[email protected].2
990+
uses: splunk/[email protected].3
991991
with:
992992
splunk: ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
993993
test-type: ${{ env.TEST_TYPE }}
@@ -1157,7 +1157,7 @@ jobs:
11571157
id: run-tests
11581158
env:
11591159
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
1160-
uses: splunk/[email protected].2
1160+
uses: splunk/[email protected].3
11611161
with:
11621162
splunk: ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
11631163
test-type: ${{ env.TEST_TYPE }}
@@ -1323,7 +1323,7 @@ jobs:
13231323
id: run-tests
13241324
env:
13251325
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
1326-
uses: splunk/[email protected].2
1326+
uses: splunk/[email protected].3
13271327
with:
13281328
splunk: ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
13291329
test-type: ${{ env.TEST_TYPE }}
@@ -1490,7 +1490,7 @@ jobs:
14901490
id: run-tests
14911491
env:
14921492
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
1493-
uses: splunk/[email protected].2
1493+
uses: splunk/[email protected].3
14941494
with:
14951495
splunk: ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
14961496
test-type: ${{ env.TEST_TYPE }}
@@ -1662,7 +1662,7 @@ jobs:
16621662
if: ${{ steps.get-escu-detections.outputs.escu-test-run == 'true' }}
16631663
env:
16641664
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
1665-
uses: splunk/[email protected].2
1665+
uses: splunk/[email protected].3
16661666
with:
16671667
splunk: ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
16681668
test-type: ${{ env.TEST_TYPE }}

0 commit comments

Comments
 (0)