From 56abe70154c46983a2b8939c01375fab49155011 Mon Sep 17 00:00:00 2001 From: Jordan Krage Date: Mon, 24 Aug 2026 20:05:53 -0500 Subject: [PATCH] Update dependabump workflow to use v1 version --- .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 df37aae74d..3987b7a542 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 }}