Skip to content

Commit

Permalink
ci: Update to actions/checkout@v4. (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Feb 3, 2024
1 parent 3218e97 commit d72d981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
override: true
components: rustfmt

- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run rustfmt
run: cargo fmt --check
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- ''
- '--all-features'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache cargo registry
uses: actions/cache@v1
with:
Expand Down

0 comments on commit d72d981

Please sign in to comment.