diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 0357b51e..5e705eba 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -53,7 +53,7 @@ jobs: # disable static build for this job RUSTFLAGS: "" if: ${{ startsWith(github.ref, 'refs/tags/v') }} - uses: obi1kenobi/cargo-semver-checks-action@e275dda72e250d4df5b564e969e1348d67fefa52 # v2.2 + uses: obi1kenobi/cargo-semver-checks-action@48f4ef7da6d907d69d18249e0ba79aa98c61b9db # v2.3 with: package: backhand diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c73c257..d101982d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `clap` from 4.4.17 to 4.4.18 ([#428](https://github.com/wcampbell0x2a/backhand/pull/428)) - Bump `clap_complete` from 4.4.7 to 4.4.8 ([#444](https://github.com/wcampbell0x2a/backhand/pull/444)) - Bump `codecov/codecov-action` from 3.1.4 to 3.1.5 ([#448](https://github.com/wcampbell0x2a/backhand/pull/448)) +- Bump `obi1kenobi/cargo-semver-checks-action` from 2.2 to 2.3 ([#449](https://github.com/wcampbell0x2a/backhand/pull/449)) ## [v0.14.2] - 2024-01-16 ### `backhand`