Skip to content

Commit

Permalink
fix: update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
ekroon committed Dec 27, 2022
1 parent 26b5d73 commit 383ee72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.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@v3
- name: Run tests
run: cargo test --verbose
- name: Build
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run tests
run: cargo test --verbose
- name: Build
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run tests
run: cargo test --verbose
- name: Build
Expand Down

0 comments on commit 383ee72

Please sign in to comment.