Skip to content

Bump actions/checkout from 4 to 6 #6

Bump actions/checkout from 4 to 6

Bump actions/checkout from 4 to 6 #6

Workflow file for this run

name: Dependabot Auto Merge
on:
pull_request_target:
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
merge-method: squash
target: minor