Skip to content

Commit

Permalink
actions: update checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
miek committed Sep 16, 2024
1 parent cd29721 commit 2ed5e9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

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

- name: Install stable components
uses: actions-rs/toolchain@v1
Expand All @@ -43,7 +43,7 @@ jobs:
rust: '1.41'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
Expand Down

0 comments on commit 2ed5e9c

Please sign in to comment.