Skip to content

Commit 696d4f9

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 b50053c commit 696d4f9

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
@@ -23,7 +23,7 @@ jobs:
2323
run: pip install --requirement=.github/workflows/requirements.txt
2424

2525
- name: Install `cargo-deny` & `just`
26-
uses: taiki-e/install-action@80466ef8efa80486cdfbddf929453a4f3565c791 # v2
26+
uses: taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b # v2
2727
with:
2828
tool: cargo-deny,just
2929

@@ -41,7 +41,7 @@ jobs:
4141
run: just check
4242

4343
- name: upload docs
44-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
44+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4545
with:
4646
name: docs
4747
path: target/doc

0 commit comments

Comments
 (0)