Skip to content

Commit

Permalink
ci: chore update to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara committed Oct 24, 2023
1 parent c5c9ea1 commit 713d327
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: cargo test
- run: cargo fmt --all -- --check
Expand All @@ -28,6 +28,6 @@ jobs:
build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: cargo test
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
needs: wait

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# needed for arm targets
- name: Install Rust
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# download each artifact into its own self-named directory
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 713d327

Please sign in to comment.