Skip to content

Commit 13a9670

Browse files
build(deps): bump the actions-dependencies group with 2 updates (#898)
Bumps the actions-dependencies group with 2 updates: [actions/download-artifact](https://github.com/actions/download-artifact) and [crate-ci/typos](https://github.com/crate-ci/typos). Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) Updates `crate-ci/typos` from 1.34.0 to 1.35.3 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.34.0...v1.35.3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-dependencies - dependency-name: crate-ci/typos dependency-version: 1.35.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yuwei Ba <[email protected]>
1 parent df9f591 commit 13a9670

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ jobs:
335335
retention-days: 1
336336

337337
- name: Download binaries
338-
uses: actions/download-artifact@v4
338+
uses: actions/download-artifact@v5
339339
with:
340340
name: binaries
341341
path: ./packages
@@ -423,13 +423,13 @@ jobs:
423423
uses: docker/setup-buildx-action@v3
424424

425425
- name: Download binaries amd64
426-
uses: actions/download-artifact@v4
426+
uses: actions/download-artifact@v5
427427
with:
428428
name: x86_64-unknown-linux-musl
429429
path: ./clash-rs
430430

431431
- name: Download binaries arm64
432-
uses: actions/download-artifact@v4
432+
uses: actions/download-artifact@v5
433433
with:
434434
name: aarch64-unknown-linux-musl
435435
path: ./clash-rs

.github/workflows/spell-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- name: Checkout Actions Repository
1717
uses: actions/checkout@v4
1818
- name: Spell Check Repo
19-
uses: crate-ci/typos@v1.34.0
19+
uses: crate-ci/typos@v1.35.3

0 commit comments

Comments
 (0)