Skip to content

chore(deps): update actions/checkout action to v6 #8

chore(deps): update actions/checkout action to v6

chore(deps): update actions/checkout action to v6 #8

name: Auto-merge dependencies
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
auto-merge:
uses: dallay/common-actions/.github/workflows/dependabot-auto-merge.yml@v2.0.0

Check failure on line 10 in .github/workflows/dependabot-auto-merge.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dependabot-auto-merge.yml

Invalid workflow file

error parsing called workflow ".github/workflows/dependabot-auto-merge.yml" -> "dallay/common-actions/.github/workflows/dependabot-auto-merge.yml@v2.0.0" : failed to fetch workflow: workflow was not found.
with:
target: squash
approve: true
secrets:
token: ${{ secrets.GITHUB_TOKEN }}