Skip to content

Commit

Permalink
chore(ci): Bump taiki-e/install-action from 2.47.12 to 2.47.15
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.12 to 2.47.15.
- [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.12...v2.47.15)

---
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 Jan 17, 2025
1 parent c0638a0 commit 57cf7b4
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].12
- uses: taiki-e/[email protected].15
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].12
- uses: taiki-e/[email protected].15
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].12
- uses: taiki-e/[email protected].15
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].12
- uses: taiki-e/[email protected].15
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].12
- uses: taiki-e/[email protected].15
with:
tool: cargo-spellcheck
- name: Check spelling
Expand Down

0 comments on commit 57cf7b4

Please sign in to comment.