Skip to content

Commit 63be048

Browse files
chore(deps): bump CodSpeedHQ/action in the dependencies group
Bumps the dependencies group with 1 update: [CodSpeedHQ/action](https://github.com/codspeedhq/action). Updates `CodSpeedHQ/action` from 4.11.0 to 4.11.1 - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](CodSpeedHQ/action@2ac5728...281164b) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 4.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1f29726 commit 63be048

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
@@ -49,7 +49,7 @@ jobs:
4949
console.log(`--- Memory Status ---\nTotal: ${toGb(os.totalmem())}\nFree: ${toGb(os.freemem())}\nUsed: ${toGb(os.totalmem()-os.freemem())}`)'
5050
5151
- name: Run benchmarks
52-
uses: CodSpeedHQ/action@2ac572851726409c88c02a307f1ea2632a9ea59b # v4.11.0
52+
uses: CodSpeedHQ/action@281164b0f014a4e7badd2c02cecad9b595b70537 # v4.11.1
5353
with:
5454
run: yarn benchmark --ci
5555
mode: "simulation"
@@ -84,7 +84,7 @@ jobs:
8484
- run: yarn link webpack --frozen-lockfile
8585

8686
- name: Run memory benchmarks
87-
uses: CodSpeedHQ/action@2ac572851726409c88c02a307f1ea2632a9ea59b # v4.11.0
87+
uses: CodSpeedHQ/action@281164b0f014a4e7badd2c02cecad9b595b70537 # v4.11.1
8888
with:
8989
run: yarn benchmark --ci
9090
mode: "memory"

0 commit comments

Comments
 (0)