Skip to content

Commit

Permalink
Bump checkout version to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
MEhrn00 committed Jan 29, 2024
1 parent ee7af09 commit 90598d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Rust toolchains
run: rustup target add ${{ matrix.target }}
Expand All @@ -31,7 +31,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Clippy
run: rustup component add clippy
Expand Down

0 comments on commit 90598d0

Please sign in to comment.