Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

chore(deps): update actions/checkout action to v5 #732

chore(deps): update actions/checkout action to v5

chore(deps): update actions/checkout action to v5 #732

Workflow file for this run

name: conventional-pr
on:
pull_request:
branches:
- main
- master
types:
- opened
- edited
- synchronize
jobs:
lint-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: CondeNast/conventional-pull-request-action@v0.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}