Skip to content

Commit 628130b

Browse files
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 f57b779 commit 628130b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Set up Rust
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
- name: Run audit
3030
uses: actions-rust-lang/audit@v1

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
with:
2525
submodules: true
2626
- uses: actions-rs/toolchain@v1
@@ -111,7 +111,7 @@ jobs:
111111
version: 0.31.5
112112
use-tool-cache: true
113113
- name: Checkout
114-
uses: actions/checkout@v4
114+
uses: actions/checkout@v5
115115
- name: Test
116116
run: |
117117
cargo test --all-features
@@ -133,7 +133,7 @@ jobs:
133133
steps:
134134
- name: Set up Rust
135135
uses: hecrj/setup-rust-action@v2
136-
- uses: actions/checkout@v4
136+
- uses: actions/checkout@v5
137137
- name: Publish
138138
shell: bash
139139
run: |

0 commit comments

Comments
 (0)