Skip to content

Commit

Permalink
chore(ci): Bump taiki-e/install-action from 2.48.15 to 2.48.18
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.48.15 to 2.48.18.
- [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.48.15...v2.48.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and gierens committed Feb 20, 2025
1 parent 5bbcaca commit d1c51c5
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 @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: taiki-e/install-action@v2.48.15
- uses: taiki-e/install-action@v2.48.18
with:
tool: cargo-deny
- name: check advisories
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: taiki-e/install-action@v2.48.15
- uses: taiki-e/install-action@v2.48.18
with:
tool: cargo-deny
- name: Scan for vulnerabilities
Expand All @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: taiki-e/install-action@v2.48.15
- uses: taiki-e/install-action@v2.48.18
with:
tool: cargo-deny
- name: check licenses
Expand All @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: taiki-e/install-action@v2.48.15
- uses: taiki-e/install-action@v2.48.18
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 @@ -84,7 +84,7 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: taiki-e/install-action@v2.48.15
- uses: taiki-e/install-action@v2.48.18
with:
tool: cargo-spellcheck
- name: Check spelling
Expand Down

0 comments on commit d1c51c5

Please sign in to comment.