Skip to content

Commit

Permalink
Update cargo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cybergarage committed May 27, 2024
1 parent ea13b49 commit 545fa28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
Expand All @@ -28,7 +28,7 @@ jobs:
if: github.event_name == 'push' || github.event.pull_request.merged == true

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run doc
run: cargo doc --no-deps

Expand Down

0 comments on commit 545fa28

Please sign in to comment.