Skip to content

Commit

Permalink
Merge pull request #80 from striezel-stash/actions-checkout-update
Browse files Browse the repository at this point in the history
Update actions/checkout in GitHub Actions workflows to v4
  • Loading branch information
fitzgen authored Sep 30, 2024
2 parents a0382eb + 999f05d commit 42f4833
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
rust: ["stable", "beta", "nightly", "1.34.0"]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true
- name: Install rust
Expand All @@ -29,7 +29,7 @@ jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install rust
run: |
rustup install stable
Expand All @@ -40,5 +40,5 @@ jobs:
doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: cargo doc

0 comments on commit 42f4833

Please sign in to comment.