Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v3 (#29)
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 Aug 19, 2022
1 parent 14c9340 commit 896bf16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- nightly
name: ${{ matrix.version }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Cache rustup directory
uses: actions/cache@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/format-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Rustup version
run: rustup --version
- name: Cargo version
Expand All @@ -20,7 +20,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Rustup version
run: rustup --version
- name: Cargo version
Expand Down

0 comments on commit 896bf16

Please # to comment.