Skip to content

Commit

Permalink
Merge pull request #3 from amphitheatre-app/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-4
  • Loading branch information
wangeguo authored Sep 18, 2023
2 parents 5e39b7d + be1cef7 commit a7911d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
Expand All @@ -28,7 +28,7 @@ jobs:
name: Clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
Expand All @@ -43,7 +43,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- name: Run build
Expand All @@ -56,7 +56,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- name: Run tests
Expand All @@ -69,7 +69,7 @@ jobs:
# image: xd009642/tarpaulin
# options: --security-opt seccomp=unconfined
# steps:
# - uses: actions/checkout@v3
# - uses: actions/checkout@v4
# - name: Generate code coverage
# run: |
# cargo tarpaulin --verbose --workspace

0 comments on commit a7911d3

Please sign in to comment.