Skip to content

Commit

Permalink
Merge #20
Browse files Browse the repository at this point in the history
20: Bump actions/checkout from 3.5.3 to 3.6.0 r=matthiasbeyer a=dependabot[bot]

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0.


Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot[bot] authored Aug 24, 2023
2 parents 76d7205 + 11b5534 commit 8edaa9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
rust:
- 1.67.1
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v3.6.0
- uses: swatinem/rust-cache@v2
- uses: dtolnay/rust-toolchain@master
with:
Expand All @@ -29,7 +29,7 @@ jobs:
rust:
- 1.67.1
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v3.6.0
- uses: swatinem/rust-cache@v2
- uses: dtolnay/rust-toolchain@master
with:
Expand All @@ -44,7 +44,7 @@ jobs:
rust:
- 1.67.1
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v3.6.0
- uses: swatinem/rust-cache@v2
- uses: dtolnay/rust-toolchain@master
with:
Expand All @@ -61,7 +61,7 @@ jobs:
rust:
- 1.67.1
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v3.6.0
- uses: swatinem/rust-cache@v2
- uses: dtolnay/rust-toolchain@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commit-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 8edaa9b

Please sign in to comment.