Skip to content

Commit 568f095

Browse files
chore(deps): bump CodSpeedHQ/action in the dependencies group (#20789)
Bumps the dependencies group with 1 update: [CodSpeedHQ/action](https://github.com/codspeedhq/action). Updates `CodSpeedHQ/action` from 4.13.0 to 4.13.1 - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](CodSpeedHQ/action@d872884...db35df7) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 4.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a934b9b commit 568f095

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
console.log(`--- Memory Status ---\nTotal: ${toGb(os.totalmem())}\nFree: ${toGb(os.freemem())}\nUsed: ${toGb(os.totalmem()-os.freemem())}`)'
5151
5252
- name: Run benchmarks
53-
uses: CodSpeedHQ/action@d872884a306dd4853acf0f584f4b706cf0cc72a2 # v4.13.0
53+
uses: CodSpeedHQ/action@db35df748deb45fdef0960669f57d627c1956c30 # v4.13.1
5454
with:
5555
run: yarn benchmark --ci
5656
mode: "simulation"
@@ -84,7 +84,7 @@ jobs:
8484
- run: yarn link webpack --frozen-lockfile
8585

8686
- name: Run memory benchmarks
87-
uses: CodSpeedHQ/action@d872884a306dd4853acf0f584f4b706cf0cc72a2 # v4.13.0
87+
uses: CodSpeedHQ/action@db35df748deb45fdef0960669f57d627c1956c30 # v4.13.1
8888
with:
8989
run: yarn benchmark --ci
9090
mode: "memory"

0 commit comments

Comments
 (0)