Skip to content

Commit

Permalink
chore(ci): Bump taiki-e/install-action from 2.47.0 to 2.47.8
Browse files Browse the repository at this point in the history
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.47.0 to 2.47.8.
- [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@v2.47.0...v2.47.8)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gierens committed Jan 9, 2025
1 parent 9daea45 commit b8838ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: taiki-e/[email protected].0
- uses: taiki-e/[email protected].8
with:
tool: cargo-deny
- name: check advisories
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: taiki-e/[email protected].0
- uses: taiki-e/[email protected].8
with:
tool: cargo-deny
- name: Scan for vulnerabilities
Expand All @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: taiki-e/[email protected].0
- uses: taiki-e/[email protected].8
with:
tool: cargo-deny
- name: check licenses
Expand All @@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: taiki-e/[email protected].0
- uses: taiki-e/[email protected].8
with:
tool: cargo-deny
- name: check sources
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: taiki-e/[email protected].0
- uses: taiki-e/[email protected].8
with:
tool: cargo-spellcheck
- name: Check spelling
Expand Down

0 comments on commit b8838ea

Please sign in to comment.