Skip to content

Commit c70e5d8

Browse files
authored
Merge pull request #73 from rust-mobile/dependabot/github_actions/actions/checkout-3
build(deps): bump actions/checkout from 2 to 3
2 parents f28d6ad + d4a3d58 commit c70e5d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# https://github.com/rust-windowing/winit/pull/2453
2222
rust_version: [1.64.0, stable]
2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2525

2626
- uses: hecrj/setup-rust-action@v1
2727
with:
@@ -98,7 +98,7 @@ jobs:
9898
format:
9999
runs-on: ubuntu-latest
100100
steps:
101-
- uses: actions/checkout@v2
101+
- uses: actions/checkout@v3
102102

103103
- uses: actions-rs/toolchain@v1
104104
with:

0 commit comments

Comments
 (0)