Skip to content

Commit 6875b62

Browse files
chore(deps): update all dependencies - patch updates (#10986)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alessia Bellisario <alessia@apollographql.com>
1 parent 5cfb33f commit 6875b62

File tree

3 files changed

+122
-424
lines changed

3 files changed

+122
-424
lines changed

.github/workflows/snapshot-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Add comment if no new changesets exist
8282
if: ${{ steps.added-files.outputs.changesets == '' }}
83-
uses: peter-evans/create-or-update-comment@v3.0.1
83+
uses: peter-evans/create-or-update-comment@v3.0.2
8484
with:
8585
issue-number: ${{ github.event.issue.number }}
8686
body: |
@@ -106,7 +106,7 @@ jobs:
106106

107107
- name: Create comment
108108
if: ${{ steps.added-files.outputs.changesets != '' }}
109-
uses: peter-evans/create-or-update-comment@v3.0.1
109+
uses: peter-evans/create-or-update-comment@v3.0.2
110110
with:
111111
issue-number: ${{ github.event.issue.number }}
112112
body: |

0 commit comments

Comments
 (0)