Skip to content

Commit

Permalink
ci.yml: bump actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
pheiduck authored Jan 17, 2024
1 parent 984ae6b commit a47e980
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 @@ -25,7 +25,7 @@ jobs:
- nightly
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install linux-modules-extra-$(uname -r)
uses: tecolicom/actions-use-apt-tools@main
with:
Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Rust
run: |
rm -f ~/.cargo/bin/*fmt ~/.cargo/bin/rust-analyzer
Expand All @@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Rust
run: |
rm -f ~/.cargo/bin/*fmt ~/.cargo/bin/rust-analyzer
Expand Down

0 comments on commit a47e980

Please sign in to comment.