From 1870d950911dffc02a71b375b4c4ccb0a629ca5c Mon Sep 17 00:00:00 2001 From: Peter Krenesky Date: Sat, 27 Jun 2026 12:41:28 -0700 Subject: [PATCH] build(deps): bump actions/checkout from 4 to 7 in release-drift Dependabot bumped install-smoke.yml (#12) but not release-drift.yml; bring it to v7 too so all quoin workflows are consistent. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/release-drift.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-drift.yml b/.github/workflows/release-drift.yml index 5d5b84a..963d208 100644 --- a/.github/workflows/release-drift.yml +++ b/.github/workflows/release-drift.yml @@ -17,7 +17,7 @@ jobs: drift: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0 # full history + tags so `git describe` works - name: Fail if src/ changed since the latest release tag