Skip to content

Commit 1178bce

Browse files
committed
Merge branch 'master' of https://github.com/rollup/rollup into sync-69a9336e
2 parents bfe92c4 + 69a9336 commit 1178bce

File tree

7 files changed

+346
-421
lines changed

7 files changed

+346
-421
lines changed

.github/workflows/build-and-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
with:
264264
version: 0.14.1
265265
- name: Install cargo-zigbuild
266-
uses: taiki-e/install-action@3216b6964cbfe053bb8b9a2ef245bd9300e2061d # v2.62.14
266+
uses: taiki-e/install-action@eba4035583f0f9b001a27be2cce0a136d05d05e3 # v2.62.23
267267
if: ${{ matrix.settings.cross == 'zig' }}
268268
env:
269269
GITHUB_TOKEN: ${{ github.token }}

.github/workflows/performance-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@ jobs:
109109
- name: Run internal benchmark
110110
run: node --expose-gc scripts/perf-report/index.js
111111
- name: Find Performance report
112-
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3.1.0
112+
uses: peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad # v4.0.0
113113
id: findPerformanceReport
114114
with:
115115
issue-number: ${{ github.event.number }}
116116
comment-author: 'github-actions[bot]'
117117
body-includes: 'Performance report'
118118
- name: Create or update Performance report
119-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
119+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
120120
id: createOrUpdatePerformanceReport
121121
with:
122122
comment-id: ${{ steps.findPerformanceReport.outputs.comment-id }}

.github/workflows/repl-artefacts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ jobs:
9494
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
9595
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
9696
- name: Find Comment
97-
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3.1.0
97+
uses: peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad # v4.0.0
9898
id: findComment
9999
with:
100100
issue-number: ${{ github.event.number }}
101101
comment-author: 'github-actions[bot]'
102102
body-includes: 'Thank you for your contribution!'
103103
- name: Create or update comment
104-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
104+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
105105
id: createInitialComment
106106
with:
107107
comment-id: ${{ steps.findComment.outputs.comment-id }}
@@ -126,7 +126,7 @@ jobs:
126126
with:
127127
token: ${{ secrets.GITHUB_TOKEN }}
128128
- name: Update comment with Vercel preview URL
129-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
129+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
130130
if: ${{ steps.waitForVercel.outputs.url }}
131131
with:
132132
comment-id: ${{ steps.createInitialComment.outputs.comment-id }}

0 commit comments

Comments
 (0)