Skip to content

Bump actions/checkout from 4.1.5 to 4.1.6 #65

Bump actions/checkout from 4.1.5 to 4.1.6

Bump actions/checkout from 4.1.5 to 4.1.6 #65

Workflow file for this run

name: Auto Merge
on:
pull_request_target:
jobs:
auto-merge:
name: Merge Automatically
runs-on: ubuntu-20.04
if: github.actor == 'dependabot[bot]'
steps:
- name: Checkout
uses: actions/[email protected]
- name: Prepare Auto Merge
uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}