Skip to content

Commit 3d5e479

Browse files
authored
Merge pull request #118 from rust-mobile/dependabot/github_actions/actions/checkout-4
build(deps): bump actions/checkout from 3 to 4
2 parents 219a14b + 0eefd62 commit 3d5e479

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# See top README for MSRV policy
2020
rust_version: [1.68.0, stable]
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323

2424
- uses: hecrj/setup-rust-action@v1
2525
with:
@@ -85,7 +85,7 @@ jobs:
8585
format:
8686
runs-on: ubuntu-latest
8787
steps:
88-
- uses: actions/checkout@v3
88+
- uses: actions/checkout@v4
8989

9090
- uses: actions-rs/toolchain@v1
9191
with:

0 commit comments

Comments
 (0)