Skip to content

Commit

Permalink
Merge pull request alexcrichton#35 from Portable-Network-Archive/depe…
Browse files Browse the repository at this point in the history
…ndabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
ChanTsune authored Sep 28, 2023
2 parents 91512c0 + 9f12094 commit 2fc9e03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- os: windows-latest
rust: stable-x86_64-gnu
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Install Rust (rustup)
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Install Rust
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Publish crate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/setup-rust
Expand Down

0 comments on commit 2fc9e03

Please sign in to comment.