Skip to content

Commit

Permalink
Merge pull request #76 from ThalosES/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

ci(actions): bump actions/checkout from 3 to 4
  • Loading branch information
0xCAB0 authored Apr 2, 2024
2 parents 7d227f1 + 15d4db7 commit e7843e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
--health-retries 5
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Rust
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
needs: test

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Rust
uses: actions-rs/toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check code formatting
run: cargo fmt -- --check --verbose
Expand Down

0 comments on commit e7843e0

Please sign in to comment.