From 5a13a57244775ae0f577de2e78ac7403400e9051 Mon Sep 17 00:00:00 2001 From: Jordan Krage Date: Wed, 12 Aug 2026 07:13:17 -0500 Subject: [PATCH] use dependabump v1 --- .github/workflows/Dependabump.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Dependabump.yml b/.github/workflows/Dependabump.yml index 9e8c454..72e6c3e 100644 --- a/.github/workflows/Dependabump.yml +++ b/.github/workflows/Dependabump.yml @@ -15,7 +15,7 @@ jobs: actions: read security-events: read vulnerability-alerts: read - uses: smartcontractkit/.github/.github/workflows/reusable-dependabump.yml@reusable-dependabump/0.1.0 + uses: smartcontractkit/.github/.github/workflows/reusable-dependabump.yml@reusable-dependabump/v1 secrets: SLACK_TOKEN: ${{ secrets.DEPENDABUMP_SLACK_TOKEN }} SLACK_CHANNEL_ID: ${{ secrets.DEPENDABUMP_SLACK_CHANNEL_ID }}