Skip to content

Commit cd12a1c

Browse files
fix: updated runner action
1 parent 67a810b commit cd12a1c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ jobs:
657657
id: run-tests
658658
env:
659659
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
660-
uses: splunk/[email protected].1
660+
uses: splunk/[email protected].2
661661
with:
662662
splunk: ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
663663
test-type: ${{ env.TEST_TYPE }}
@@ -827,7 +827,7 @@ jobs:
827827
id: run-tests
828828
env:
829829
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
830-
uses: splunk/[email protected].1
830+
uses: splunk/[email protected].2
831831
with:
832832
splunk: ${{ matrix.splunk.version }}
833833
test-type: ${{ env.TEST_TYPE }}
@@ -984,7 +984,7 @@ jobs:
984984
id: run-tests
985985
env:
986986
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
987-
uses: splunk/[email protected].1
987+
uses: splunk/[email protected].2
988988
with:
989989
splunk: ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
990990
test-type: ${{ env.TEST_TYPE }}
@@ -1154,7 +1154,7 @@ jobs:
11541154
id: run-tests
11551155
env:
11561156
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
1157-
uses: splunk/[email protected].1
1157+
uses: splunk/[email protected].2
11581158
with:
11591159
splunk: ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
11601160
test-type: ${{ env.TEST_TYPE }}
@@ -1320,7 +1320,7 @@ jobs:
13201320
id: run-tests
13211321
env:
13221322
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
1323-
uses: splunk/[email protected].1
1323+
uses: splunk/[email protected].2
13241324
with:
13251325
splunk: ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
13261326
test-type: ${{ env.TEST_TYPE }}
@@ -1487,7 +1487,7 @@ jobs:
14871487
id: run-tests
14881488
env:
14891489
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
1490-
uses: splunk/[email protected].1
1490+
uses: splunk/[email protected].2
14911491
with:
14921492
splunk: ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
14931493
test-type: ${{ env.TEST_TYPE }}

0 commit comments

Comments
 (0)