We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2994b43 commit b68ba23Copy full SHA for b68ba23
1 file changed
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
50
51
- name: Install hyperfine
52
- uses: taiki-e/install-action@7a562dfa955aa2e4d5b0fd6ebd57ff9715c07b0b # v2.73.0
+ uses: taiki-e/install-action@0abfcd587b70a713fdaa7fb502c885e2112acb15 # v2.75.7
53
with:
54
tool: hyperfine
55
@@ -93,7 +93,7 @@ jobs:
93
run: node bench.mjs --app apps/10000 > benchmark-output.txt
94
95
- name: Upload benchmark results
96
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
97
98
name: benchmark-${{ matrix.os }}
99
path: benchmark-output.txt
0 commit comments