Skip to content

build(deps): bump vmactions/freebsd-vm from 1.4.2 to 1.4.3 in /.github/actions/check-vm #2160

build(deps): bump vmactions/freebsd-vm from 1.4.2 to 1.4.3 in /.github/actions/check-vm

build(deps): bump vmactions/freebsd-vm from 1.4.2 to 1.4.3 in /.github/actions/check-vm #2160

Workflow file for this run

name: Check semver
on:
workflow_dispatch:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
semver:
name: Check semver
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
fetch-depth: 0 # We need the full history to compare against the PR base branch for semver changes.
- uses: ./.github/actions/rust
with:
tools: cargo-semver-checks
token: ${{ secrets.GITHUB_TOKEN }}
- uses: ./.github/actions/nss
- env:
BASE_REF: ${{ github.event.pull_request.base.ref || 'main' }}
run: cargo semver-checks --default-features --baseline-rev "origin/$BASE_REF" -p mtu