Skip to content

Commit

Permalink
CI: Upgrade actions/checkout to fix deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
acj committed Apr 6, 2024
1 parent 7cea714 commit 56d8ed3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@984d158d699777abbaa79de23de3134e60c187fa # stable branch
- name: Run cargo fmt
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
target: x86_64-pc-windows-msvc
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@984d158d699777abbaa79de23de3134e60c187fa # stable branch
- name: Install Rust toolchain target
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
box:
- fbsd_14
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Display CPU info
run: lscpu
- name: Install VM tools
Expand Down

0 comments on commit 56d8ed3

Please sign in to comment.