Skip to content

chore: bump actions/checkout from 4.2.2 to 5.0.0 #933

chore: bump actions/checkout from 4.2.2 to 5.0.0

chore: bump actions/checkout from 4.2.2 to 5.0.0 #933

Workflow file for this run

on:
push:
branches: [main]
pull_request:
name: semver-checks
jobs:
semver:
name: Run cargo-semver-checks
runs-on: ubuntu-24.04
strategy:
matrix:
rust:
- stable
steps:
- uses: actions/checkout@v5.0.0
- uses: dtolnay/rust-toolchain@v1
with:
toolchain: ${{ matrix.rust }}
components: clippy
- name: Install cargo-semver-checks
uses: baptiste0928/cargo-install@v3.1.1
with:
crate: cargo-semver-checks
- name: run check-release
run: cargo semver-checks check-release