Skip to content

Commit ef73e92

Browse files
committed
test: Check new actions
1 parent 069d4c9 commit ef73e92

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
@@ -40,7 +40,7 @@ jobs:
4040
# TODO: Enable the scheduled runs which hard-code what profile to use
4141
- name: Run Integration Test
4242
id: test
43-
uses: stackabletech/actions/run-integration-test@7e80b104530b15d22c10fdcf36d1233d56924b21 # x
43+
uses: stackabletech/actions/run-integration-test@bdac99602eb834b85fdddf207d68e51d0e8b9380 # v0.9.3
4444
with:
4545
replicated-api-token: ${{ secrets.REPLICATED_API_TOKEN }}
4646
test-mode-input: ${{ inputs.test-mode-input }}
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Send Notification
5252
if: ${{ failure() || github.run_attempt > 1 }}
53-
uses: stackabletech/actions/send-slack-notification@7e80b104530b15d22c10fdcf36d1233d56924b21 # v
53+
uses: stackabletech/actions/send-slack-notification@bdac99602eb834b85fdddf207d68e51d0e8b9380 # v0.9.3
5454
with:
5555
slack-token: ${{ secrets.SLACK_INTEGRATION_TEST_TOKEN }}
5656
failed-tests: ${{ steps.test.outputs.failed-tests }}

0 commit comments

Comments
 (0)