Skip to content

Commit 63f8c2b

Browse files
chore(dep): bump the deps group with 2 updates (#141)
Bumps the deps group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [katyo/publish-crates](https://github.com/katyo/publish-crates). Updates `actions/checkout` from 1 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...v4) Updates `katyo/publish-crates` from 1 to 2 - [Release notes](https://github.com/katyo/publish-crates/releases) - [Commits](katyo/publish-crates@v1...v2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: katyo/publish-crates dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2f6ef7b commit 63f8c2b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .github/workflows/clippy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
os: [macOS-latest, ubuntu-latest]
1515
steps:
16-
- uses: actions/checkout@v1
16+
- uses: actions/checkout@v4
1717
- uses: actions-rs/toolchain@v1
1818
with:
1919
components: clippy

Diff for: .github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout sources
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
- name: Install stable toolchain
1616
uses: actions-rs/toolchain@v1
1717
with:
1818
toolchain: stable
19-
- uses: katyo/publish-crates@v1
19+
- uses: katyo/publish-crates@v2
2020
with:
2121
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

Diff for: .github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os: [macOS-latest, ubuntu-latest]
1515
steps:
1616
- name: Checkout the source code
17-
uses: actions/checkout@v1
17+
uses: actions/checkout@v4
1818
- name: Set nightly toolchain
1919
uses: actions-rs/toolchain@v1
2020
with:

0 commit comments

Comments
 (0)