Skip to content

chore(deps): bump actions/checkout from 4.1.1 to 4.1.2 #36

chore(deps): bump actions/checkout from 4.1.1 to 4.1.2

chore(deps): bump actions/checkout from 4.1.1 to 4.1.2 #36

Workflow file for this run

on: pull_request_target
name: Approver
jobs:
approve:
name: Dependabot PR Auto-approve
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
runs-on: ubuntu-latest
steps:
-
uses: hmarr/auto-approve-action@v3.2.1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"