Skip to content

Commit 09355a3

Browse files
dependabot[bot]dalito
authored andcommitted
Bump the github-actions group across 2 directories with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [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 `astral-sh/setup-uv` from 7.3.0 to 7.3.1 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v7.3.0...v7.3.1) Updates `crate-ci/typos` from 1.43.5 to 1.44.0 - [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.43.5...v1.44.0) Updates `astral-sh/setup-uv` from 7.3.0 to 7.3.1 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v7.3.0...v7.3.1) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 7.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: crate-ci/typos dependency-version: 1.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: astral-sh/setup-uv dependency-version: 7.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7e9f7c0 commit 09355a3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/test-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v6.0.2
1818
with:
1919
fetch-depth: 0
20-
- uses: astral-sh/setup-uv@v7.3.0
20+
- uses: astral-sh/setup-uv@v7.3.1
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
- run: uv sync --group test
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v6.0.2
3636
with:
3737
fetch-depth: 0
38-
- uses: astral-sh/setup-uv@v7.3.0
38+
- uses: astral-sh/setup-uv@v7.3.1
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
- name: Install just

.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.43.5
27+
uses: crate-ci/typos@v1.44.0

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.3.0
40+
uses: astral-sh/setup-uv@v7.3.1
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.3.0
35+
uses: astral-sh/setup-uv@v7.3.1
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838
enable-cache: true

0 commit comments

Comments
 (0)