Skip to content

Commit f4daa1a

Browse files
build(deps): bump actions/checkout from 3 to 4 (#647)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4073e5b commit f4daa1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
PR-BENCH: ${{ steps.benchmark-pr.outputs.BENCH_RESULT }}
1515
MASTER-BENCH: ${{ steps.benchmark-master.outputs.BENCH_RESULT }}
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
with:
1919
persist-credentials: false
2020
ref: ${{github.event.pull_request.head.sha}}
@@ -39,7 +39,7 @@ jobs:
3939
echo "::set-output name=BENCH_RESULT::$content"
4040
4141
# master benchmark
42-
- uses: actions/checkout@v3
42+
- uses: actions/checkout@v4
4343
with:
4444
ref: 'master'
4545

0 commit comments

Comments
 (0)