File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 github.event_name == 'pull_request_target' &&
112112 steps.eligibility.outputs.should-run == 'true' &&
113113 steps.api_client_base.outputs.available != 'true'
114- uses : " stranske/Workflows/.github/actions/setup-api-client@a525e6e3e2431d302073de65723c6e022f4b02fa " # v1
114+ uses : " stranske/Workflows/.github/actions/setup-api-client@a0bf67ebf03ca6767607b6da335fd21a88ebf787 " # v1
115115 with :
116116 secrets : ${{ toJSON(secrets) }}
117117 github_token : ${{ github.token }}
@@ -180,7 +180,7 @@ jobs:
180180 steps.eligibility.outputs.should-run == 'true' &&
181181 github.event_name == 'pull_request' &&
182182 steps.api_client_head.outputs.available != 'true'
183- uses : " stranske/Workflows/.github/actions/setup-api-client@a525e6e3e2431d302073de65723c6e022f4b02fa " # v1
183+ uses : " stranske/Workflows/.github/actions/setup-api-client@a0bf67ebf03ca6767607b6da335fd21a88ebf787 " # v1
184184 with :
185185 secrets : ${{ toJSON(secrets) }}
186186 github_token : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments