Skip to content

Commit

Permalink
ci: Update actions/checkout to v3 from v2 and v1. (#317)
Browse files Browse the repository at this point in the history
Co-authored-by: Bruce Mitchener <bruce.mitchener@configura.com>
  • Loading branch information
waywardmonkeys and waywardmonkeys authored Apr 11, 2023
1 parent c4156bd commit a2cef6b
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@v2
- uses: actions/checkout@v3
- 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@v1
- uses: actions/checkout@v3
- name: Cache cargo registry
uses: actions/cache@v1
with:
Expand Down

0 comments on commit a2cef6b

Please sign in to comment.