Skip to content

Commit

Permalink
chore(ci): update smp to 0.20.2 (#22318)
Browse files Browse the repository at this point in the history
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 <geoffrey.oxberry@datadoghq.com>
  • Loading branch information
goxberry authored Jan 29, 2025
1 parent 1af287f commit 9f9a573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f9a573

Please sign in to comment.