Skip to content

Commit 94aa770

Browse files
Update CodSpeedHQ/action action to v4.15.0 (#25008)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c58ec5a commit 94aa770

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ jobs:
10511051
run: cargo codspeed build -m simulation -m memory --features "codspeed,ruff_instrumented" --profile profiling --no-default-features -p ruff_benchmark --bench formatter --bench lexer --bench linter --bench parser
10521052

10531053
- name: "Run benchmarks"
1054-
uses: CodSpeedHQ/action@db35df748deb45fdef0960669f57d627c1956c30 # v4.13.1
1054+
uses: CodSpeedHQ/action@c381be0bfd20e844fb45594f6aa182ffcd94545c # v4.15.0
10551055
with:
10561056
mode: "simulation,memory"
10571057
run: cargo codspeed run
@@ -1140,7 +1140,7 @@ jobs:
11401140
run: find target/codspeed -type f -exec chmod +x {} +
11411141

11421142
- name: "Run benchmarks"
1143-
uses: CodSpeedHQ/action@db35df748deb45fdef0960669f57d627c1956c30 # v4.13.1
1143+
uses: CodSpeedHQ/action@c381be0bfd20e844fb45594f6aa182ffcd94545c # v4.15.0
11441144
with:
11451145
mode: ${{ matrix.mode }}
11461146
run: cargo codspeed run --bench ty "${{ matrix.benchmark }}"
@@ -1236,7 +1236,7 @@ jobs:
12361236
run: find target/codspeed -type f -exec chmod +x {} +
12371237

12381238
- name: "Run benchmarks"
1239-
uses: CodSpeedHQ/action@db35df748deb45fdef0960669f57d627c1956c30 # v4.13.1
1239+
uses: CodSpeedHQ/action@c381be0bfd20e844fb45594f6aa182ffcd94545c # v4.15.0
12401240
env:
12411241
# enabling walltime flamegraphs adds ~6 minutes to the CI time, and they don't
12421242
# appear to provide much useful insight for our walltime benchmarks right now

0 commit comments

Comments
 (0)