Skip to content

Commit

Permalink
ci: consistently use checkout@v4 action
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu committed Dec 1, 2023
1 parent e394492 commit 69e6f29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
rust: stable
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
os: [ubuntu-20.04, macos-latest, windows-latest]
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install rust toolchain
Expand All @@ -139,7 +139,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install rust toolchain
Expand Down

0 comments on commit 69e6f29

Please sign in to comment.