Skip to content

Commit b142018

Browse files
chore: pin action to v3 and remove concurrency from moon
v3 was the action version of the previous base job. We want to do changes one by one, and v4 (current main) does not work without the concurrency change. This just brings the concurrency change that we will need to set the action version to the latest (v4) again.
1 parent 0616e84 commit b142018

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codspeed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Run benchmarks
2727
# use version from `main` branch to always test the latest version, in real projects, use a tag, like `@v2`
28-
uses: CodSpeedHQ/action@main
28+
uses: CodSpeedHQ/action@v3
2929
with:
3030
mode: instrumentation
3131
run: |
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Run benchmarks
5454
# use version from `main` branch to always test the latest version, in real projects, use a tag, like `@v2`
55-
uses: CodSpeedHQ/action@main
55+
uses: CodSpeedHQ/action@v3
5656
with:
5757
mode: walltime
5858
run: |

0 commit comments

Comments
 (0)