Skip to content

Bump actions/checkout from 4 to 7 #3487

Bump actions/checkout from 4 to 7

Bump actions/checkout from 4 to 7 #3487

Workflow file for this run

name: Semver Check
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
branches: [main]
jobs:
semver:
# skip draft PRs
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Check Semver
run: ./scripts/semver-check.sh