From 317e22fee66b49403c57187b7dc99aef638d7c52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 09:39:11 +1200 Subject: [PATCH] Bump CodSpeedHQ/action from 2.3.0 to 2.4.1 (#3218) Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 2.3.0 to 2.4.1. - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codspeedhq/action/compare/v2.3.0...v2.4.1) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index daac43a38c7..67a5d71dbf1 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -82,7 +82,7 @@ jobs: # Run the benchmark tests - name: Run benchmarks - uses: CodSpeedHQ/action@v2.3.0 + uses: CodSpeedHQ/action@v2.4.1 with: run: | python -c "import pygmt; pygmt.show_versions()"