Skip to content

Commit

Permalink
github: bump the github-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the github-dependencies group with 2 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv).


Updates `taiki-e/install-action` from 2.48.10 to 2.48.11
- [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@ae9d9ea...297054b)

Updates `astral-sh/setup-uv` from 4.2.0 to 5.2.2
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@v4.2...4db9619)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-dependencies
- dependency-name: astral-sh/setup-uv
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and yuja committed Feb 15, 2025
1 parent 3bc111e commit e220fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
with:
toolchain: 1.76
target: ${{ matrix.target }}
- uses: taiki-e/install-action@ae9d9ea210235f03e365c28f43504df735a511be
- uses: taiki-e/install-action@297054b27414ad8086f67963ce1033c02fe309c3
with:
tool: nextest,taplo-cli
- name: Build
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
persist-credentials: false

- name: Install the latest version of uv
uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a
uses: astral-sh/setup-uv@4db96194c378173c656ce18a155ffc14a9fc4355

- name: Run zizmor
run: uvx zizmor --format sarif . > results.sarif
Expand Down

0 comments on commit e220fe3

Please sign in to comment.