Skip to content

Commit a09b248

Browse files
committed
ci: Use updated actions
1 parent 28acd03 commit a09b248

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# TODO: Enable the scheduled runs which hard-code what profile to use
4747
- name: Run Integration Test
4848
id: test
49-
uses: stackabletech/actions/run-integration-test@ad167a759aa0380aab276c0f96382476d62c51c6 # TODO: Use released version
49+
uses: stackabletech/actions/run-integration-test@1132303f19805293108a0a72729cfd36dc1291e0 # TODO: Use released version
5050
with:
5151
replicated-api-token: ${{ secrets.REPLICATED_API_TOKEN }}
5252
test-mode-input: ${{ inputs.test-mode-input }}
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Send Notification
5858
if: ${{ failure() || github.run_attempt > 1 }}
59-
uses: stackabletech/actions/send-slack-notification@ad167a759aa0380aab276c0f96382476d62c51c6 # TODO: Use released version
59+
uses: stackabletech/actions/send-slack-notification@1132303f19805293108a0a72729cfd36dc1291e0 # TODO: Use released version
6060
with:
6161
slack-token: ${{ secrets.SLACK_INTEGRATION_TEST_TOKEN }}
6262
failed-tests: ${{ steps.test.outputs.failed-tests }}

0 commit comments

Comments
 (0)