Skip to content

Commit

Permalink
ci: Update to actions/checkout@v4. (#137)
Browse files Browse the repository at this point in the history
This moves to the latest version (as of now).
  • Loading branch information
waywardmonkeys committed Oct 30, 2023
1 parent 2ff5063 commit a80fa1e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/features.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Fetch toolchain
uses: dtolnay/rust-toolchain@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minimal-versions.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Fetch toolchain
uses: dtolnay/rust-toolchain@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msrv-build.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Fetch toolchain
uses: dtolnay/rust-toolchain@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/presubmit.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
toolchain: [stable, beta, nightly]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Fetch toolchain
uses: dtolnay/rust-toolchain@v1
with:
Expand Down

0 comments on commit a80fa1e

Please sign in to comment.