Skip to content

Commit

Permalink
Update actions/checkout action to v3 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored Jul 28, 2022
1 parent c2d1fe6 commit e902e51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
Expand All @@ -42,7 +42,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
profile: minimal
- uses: actions/checkout@master
- uses: actions/checkout@v3
- name: Test
run: cargo test --all

Expand All @@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit e902e51

Please sign in to comment.