Skip to content

Commit eca0b64

Browse files
chore(deps): bump the github-deps group with 2 updates
Bumps the github-deps group with 2 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `taiki-e/install-action` from 2.62.34 to 2.62.38 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/install-action@80466ef...c5b1b6f) Updates `actions/upload-artifact` from 4.6.2 to 5.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.38 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-deps - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6662c88 commit eca0b64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: pip install --requirement=.github/workflows/requirements.txt
2525

2626
- name: Install `cargo-deny` & `just`
27-
uses: taiki-e/install-action@80466ef8efa80486cdfbddf929453a4f3565c791 # v2
27+
uses: taiki-e/install-action@41ef8c65f4034ff24ab1cc2cef52f3000bcf9523 # v2
2828
with:
2929
tool: cargo-deny,just
3030

@@ -48,7 +48,7 @@ jobs:
4848
CARGO_PROFILE_DEV_DEBUG: "1"
4949

5050
- name: upload docs
51-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
51+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5252
with:
5353
name: docs
5454
path: target/doc

0 commit comments

Comments
 (0)