Skip to content

Commit bf9f493

Browse files
committed
Merge branch 'master' of https://github.com/rollup/rollup into sync-1cd49ae2
2 parents a10036f + 1cd49ae commit bf9f493

16 files changed

Lines changed: 356 additions & 57 deletions

File tree

.github/actions/prepare-build-artifacts/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ runs:
44
using: composite
55
steps:
66
- name: Download all artifacts
7-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
7+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
88
with:
99
path: artifacts
1010
- name: Copy WASM files

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252
with:
253253
version: 0.14.1
254254
- name: Install cargo-zigbuild
255-
uses: taiki-e/install-action@a37010ded18ff788be4440302bd6830b1ae50d8b # v2.68.25
255+
uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 # v2.68.34
256256
if: ${{ matrix.settings.cross == 'zig' }}
257257
env:
258258
GITHUB_TOKEN: ${{ github.token }}
@@ -412,7 +412,7 @@ jobs:
412412
- name: Build JS
413413
run: npm run build:cjs
414414
- name: Download napi artifacts
415-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
415+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
416416
with:
417417
name: bindings-${{ matrix.settings.target }}
418418
path: dist/

.github/workflows/performance-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Install and Cache Node Dependencies
100100
uses: ./.github/actions/install-and-cache-node-deps
101101
- name: Download all artifacts
102-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
102+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
103103
with:
104104
path: _benchmark
105105
- name: Change rollup import in internal benchmark

package-lock.json

Lines changed: 254 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)