Skip to content

chore(deps): bump actions/cache from 4 to 5 #807

chore(deps): bump actions/cache from 4 to 5

chore(deps): bump actions/cache from 4 to 5 #807

name: Detect Merge Commits
on:
pull_request:
branches:
- develop
permissions:
contents: read
pull-requests: read
jobs:
test:
name: Check for merge commits
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Run test
uses: NexusPHP/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}