Skip to content

Bump actions/checkout from 2 to 4 #269

Bump actions/checkout from 2 to 4

Bump actions/checkout from 2 to 4 #269

Workflow file for this run

name: Dependabot
on: pull_request
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.DEPENDABOT }}
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"