Skip to content

Commit

Permalink
Merge pull request #39 from tmccombs/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
tmccombs committed Oct 1, 2023
2 parents 31efb69 + daa6292 commit 8eed9e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
rust: [stable, beta, nightly]
continue-on-error: ${{ matrix.rust == 'nightly' }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install toolchain
run: |
rustup toolchain install ${{ matrix.rust }} --profile minimal --component clippy,rustfmt
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- tokio-net,rt,rustls
- tokio-net,native-tls
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: |
rustup toolchain install stable --profile minimal
rustup default stable
Expand All @@ -54,7 +54,7 @@ jobs:
test-examples:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: |
rustup toolchain install stable --profile minimal
rustup default stable
Expand Down

0 comments on commit 8eed9e9

Please sign in to comment.