Skip to content

Bump actions/checkout from 4 to 6 #3

Bump actions/checkout from 4 to 6

Bump actions/checkout from 4 to 6 #3

on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
auto-merge-dependabot:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}