Skip to content

Commit c8f5f84

Browse files
Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 (#2823)
1 parent 3b48b10 commit c8f5f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/approve-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Dependabot metadata
1818
id: metadata
19-
uses: dependabot/fetch-metadata@v2.3.0
19+
uses: dependabot/fetch-metadata@v2.4.0
2020
- name: Approve PR
2121
if: ${{contains(steps.metadata.outputs.dependency-names, 'AWSSDK.SQS') || contains(steps.metadata.outputs.dependency-names, 'AWSSDK.SimpleNotificationService') || contains(steps.metadata.outputs.dependency-names, 'AWSSDK.S3')}}
2222
run: gh pr review --approve "$PR_URL"

0 commit comments

Comments
 (0)