Skip to content

Commit 4359937

Browse files
committed
Fix a missing action tag
1 parent 677f418 commit 4359937

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependabot_automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id: metadata
1717

1818
- name: Wait for status checks
19-
uses: lewagon/wait-on-check-action@v1
19+
uses: lewagon/wait-on-check-action@v1.5.0
2020
with:
2121
repo-token: ${{ secrets.GITHUB_TOKEN }}
2222
ref: ${{ github.event.pull_request.head.sha || github.sha }}

0 commit comments

Comments
 (0)