Skip to content

Commit

Permalink
Update actions/checkout in GitHub Actions to v3 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Oct 3, 2022
1 parent d258b23 commit 64db60e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ring-compat.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
- 1.56.0 # MSRV
- stable
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -38,7 +38,7 @@ jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -53,7 +53,7 @@ jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down

0 comments on commit 64db60e

Please sign in to comment.