Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4 (#89)
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 Feb 26, 2024
1 parent b04cb5d commit bf940b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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@v3
- uses: actions/checkout@v4

- name: Cache rustup directory
uses: actions/cache@v4
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@v3
- uses: actions/checkout@v4
- 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@v3
- uses: actions/checkout@v4
- name: Rustup version
run: rustup --version
- name: Cargo version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
needs: release
if: ${{ needs.release.outputs.release_created }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Rustup version
run: rustup --version
- name: Cargo version
Expand Down

0 comments on commit bf940b7

Please # to comment.