Skip to content

Commit e794b98

Browse files
author
Patrick Schwager
committed
add checkout
1 parent 488e2e8 commit e794b98

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/dependabot-automerge.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
runs-on: ubuntu-latest
1616
if: ${{ github.actor == 'dependabot[bot]' }}
1717
steps:
18+
- name: Checkout
19+
uses: actions/checkout@v4.2.2
1820
- name: Approve Dependabot PRs
1921
run: gh pr review --approve "$PR_URL"
2022
env:

0 commit comments

Comments
 (0)