Skip to content

Commit

Permalink
Merge pull request #451 from mehcode/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-3.6.0

Bump actions/checkout from 3.5.3 to 3.6.0
  • Loading branch information
matthiasbeyer authored Aug 25, 2023
2 parents 2ebe44a + 24731d4 commit b7f967c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout sources
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- name: Install toolchain
uses: dtolnay/rust-toolchain@master
Expand All @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout sources
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- name: Install toolchain
uses: dtolnay/rust-toolchain@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
commit-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- uses: actions/setup-python@v4
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout sources
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- name: Install toolchain
uses: dtolnay/rust-toolchain@master
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- nightly
steps:
- name: Checkout sources
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- name: Install toolchain
uses: dtolnay/rust-toolchain@master
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- beta
steps:
- name: Checkout sources
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- name: Install toolchain
uses: dtolnay/rust-toolchain@master
Expand All @@ -99,7 +99,7 @@ jobs:
- stable
steps:
- name: Checkout sources
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- name: Install toolchain
uses: dtolnay/rust-toolchain@master
Expand All @@ -122,7 +122,7 @@ jobs:

steps:
- name: Checkout sources
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- name: Install toolchain
uses: dtolnay/rust-toolchain@master
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ default = ["toml", "json", "yaml", "ini", "ron", "json5", "convert-case", "async
json = ["serde_json"]
yaml = ["yaml-rust"]
ini = ["rust-ini"]
json5 = ["json5_rs"]
json5 = ["json5_rs", "serde/derive"]
convert-case = ["convert_case"]
preserve_order = ["indexmap", "toml/preserve_order", "serde_json/preserve_order", "ron/indexmap"]
async = ["async-trait"]
Expand Down

0 comments on commit b7f967c

Please sign in to comment.