Skip to content

Bump actions/cache/restore from 5.0.5 to 6.1.0 #2507

Bump actions/cache/restore from 5.0.5 to 6.1.0

Bump actions/cache/restore from 5.0.5 to 6.1.0 #2507

name: Changelog Verifier
on:
pull_request:
types: [opened, edited, review_requested, synchronize, reopened, ready_for_review, labeled, unlabeled]
jobs:
# Enforces the update of a changelog file on every pull request
verify-changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ github.event.pull_request.head.sha }}
- uses: dangoslen/changelog-enforcer@8b5e9dc3121363bb7c0115f8533404d92af382de # v3.7.0
with:
skipLabels: "skip-changelog, autocut"