Skip to content

Commit

Permalink
Update actions (#20)
Browse files Browse the repository at this point in the history
* Update to actions/checkout@v4

* Update cargo-install action
  • Loading branch information
parasyte authored Feb 10, 2024
1 parent f671bae commit b8bbee9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- 1.62.0
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand All @@ -44,7 +44,7 @@ jobs:
with:
shared-key: common
- name: Install cargo-machete
uses: baptiste0928/cargo-install@v2
uses: baptiste0928/cargo-install@v3
with:
crate: cargo-machete
- name: Cargo fmt
Expand All @@ -68,7 +68,7 @@ jobs:
- 1.62.0
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand Down

0 comments on commit b8bbee9

Please sign in to comment.