Skip to content

Bump actions/checkout from 4 to 5 #70

Bump actions/checkout from 4 to 5

Bump actions/checkout from 4 to 5 #70

Workflow file for this run

name: verify-pr-checklist
on:
pull_request:
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
branches:
- main
jobs:
build:
name: Check Actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Changelog check
uses: Zomzog/changelog-checker@09cfe9ad3618dcbfdba261adce0c41904cabb8c4 # v1.3.0
with:
fileName: CHANGELOG.rst
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}