Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

β€Ž.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
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

β€Ž.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
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 }}

β€Ž.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
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)

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /