Skip to content

Commit 66cbd54

Browse files
chore(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7a36ac2 commit 66cbd54

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/canbench-post-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix: ${{ steps.set-benchmarks.outputs.matrix }}
1414
pr_number: ${{ steps.set-benchmarks.outputs.pr_number }}
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717

1818
- uses: dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5
1919
with:

.github/workflows/ci-notify-slack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515

1616
- name: Sanitize PR title
1717
id: sanitize

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414

1515
- name: Cache Cargo
1616
uses: actions/cache@v4
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555

5656
steps:
57-
- uses: actions/checkout@v4
57+
- uses: actions/checkout@v5
5858
- uses: actions/cache@v4
5959
with:
6060
path: |
@@ -114,10 +114,10 @@ jobs:
114114

115115
steps:
116116
- name: Checkout current PR
117-
uses: actions/checkout@v4
117+
uses: actions/checkout@v5
118118

119119
- name: Checkout baseline branch
120-
uses: actions/checkout@v4
120+
uses: actions/checkout@v5
121121
with:
122122
ref: main
123123
path: _canbench_baseline_branch
@@ -163,7 +163,7 @@ jobs:
163163
runs-on: ubuntu-latest
164164

165165
steps:
166-
- uses: actions/checkout@v4
166+
- uses: actions/checkout@v5
167167

168168
- name: Save PR number
169169
run: |

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
MDBOOK_LINKCHECK_VERSION: 0.7.7
2626
RUST_VERSION: 1.84.0 # Use the same version as in `rust-toolchain.toml`
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929

3030
- name: Install Rust
3131
run: |

0 commit comments

Comments
 (0)