Skip to content

Commit c257d68

Browse files
dependabot[bot]dalito
authored andcommitted
Bump the github-actions group across 2 directories with 2 updates
Bumps the github-actions group with 1 update in the / directory: [crate-ci/typos](https://github.com/crate-ci/typos). Bumps the github-actions group with 1 update in the /template/.github/workflows directory: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `crate-ci/typos` from 1.42.3 to 1.43.5 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.42.3...v1.43.5) Updates `astral-sh/setup-uv` from 7.2.1 to 7.3.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v7.2.1...v7.3.0) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.43.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: astral-sh/setup-uv dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 73f3a64 commit c257d68

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/typos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424

2525
# https://github.com/crate-ci/typos
2626
- name: Run typos on repo
27-
uses: crate-ci/typos@v1.42.3
27+
uses: crate-ci/typos@v1.43.5

template/.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
# https://github.com/astral-sh/setup-uv
3939
- name: Install uv
40-
uses: astral-sh/setup-uv@v7.2.1
40+
uses: astral-sh/setup-uv@v7.3.0
4141
with:
4242
python-version: ${{ matrix.pyversion }}
4343
enable-cache: true

template/.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
# https://github.com/astral-sh/setup-uv
3434
- name: Install uv
35-
uses: astral-sh/setup-uv@v7.2.1
35+
uses: astral-sh/setup-uv@v7.3.0
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838
enable-cache: true

0 commit comments

Comments
 (0)