Skip to content

Commit 8a780a5

Browse files
Bump actions/checkout from 4.1.7 to 4.2.1 in the github-actions group (#592)
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.1.7 to 4.2.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.7...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 458b62d commit 8a780a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
# Base for comparison is master branch.
1414
- name: Checkout code
15-
uses: actions/checkout@v4.1.7
15+
uses: actions/checkout@v4.2.1
1616
with:
1717
ref: master
1818
- name: Install Go
@@ -25,7 +25,7 @@ jobs:
2525
# runner is in a shared environment and CPU and mem would be affected by others. (or so I think)
2626
- run: go test -run=none -bench=. -count=30 -benchtime=100ms -timeout=20m > /tmp/prev
2727
- name: Checkout code
28-
uses: actions/checkout@v4.1.7
28+
uses: actions/checkout@v4.2.1
2929
- run: go test -run=none -bench=. -count=30 -benchtime=100ms -timeout=20m > /tmp/curr
3030

3131
- run: go install golang.org/x/perf/cmd/benchstat@latest

0 commit comments

Comments
 (0)