From 9f9a573fca334c42f92bca7752ca00c458c3e106 Mon Sep 17 00:00:00 2001 From: Geoffrey Oxberry Date: Wed, 29 Jan 2025 09:47:10 -0800 Subject: [PATCH] chore(ci): update smp to 0.20.2 (#22318) As part of keeping Vector's `smp` up-to-date with latest stable, this commit updates the `smp` version used in CI from 0.20.1 to 0.20.2. Signed-off-by: Geoffrey M. Oxberry --- .github/workflows/regression.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 251e9cda0b65c..aeca1ca70bb6d 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -105,7 +105,7 @@ jobs: - name: Set SMP version id: experimental-meta run: | - export SMP_CRATE_VERSION="0.20.1" + export SMP_CRATE_VERSION="0.20.2" echo "smp crate version: ${SMP_CRATE_VERSION}" echo "SMP_CRATE_VERSION=${SMP_CRATE_VERSION}" >> $GITHUB_OUTPUT