Skip to content

Commit

Permalink
ci(actions): update actions/checkout to v4 (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 23, 2023
1 parent 130bb79 commit ed2c216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🛎️ Checkout
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.0

- name: 🦀 Install Rust
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:

steps:
- name: 🛎️ Checkout
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.0

- name: 🦀 Install Rust
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit ed2c216

Please sign in to comment.