build(deps): Bump actions/checkout from 3 to 4 (#173)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-09-05 09:38:35 +10:00
committed by GitHub
parent d0d9d6689e
commit 93b70626f7

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check formatting
run: cargo fmt -- --check
- name: Build